Type Alias: MetadataContext¶
MetadataContext =
Record<string,any> &object
Defined in: api.ts:1826
A context object that is provided to a metadata formula at execution time. For example, an autocomplete metadata formula for a parameter value may need to know the value of parameters that have already been selected. Those parameter values are provided in this context object.
Type Declaration¶
| Name | Type | Defined in |
|---|---|---|
__brand |
"MetadataContext" |
api.ts:1826 |