Skip to content

Function: makeSimpleAutocompleteMetadataFormula()

makeSimpleAutocompleteMetadataFormula<T>(options): MetadataFormula

Defined in: api.ts:2209

Deprecated

If you have a hardcoded array of autocomplete options, simply include that array as the value of the autocomplete property in your parameter definition. There is no longer any needed to wrap a value with this formula.

Type Parameters

Type Parameter
T extends AutocompleteParameterTypes

Parameters

Parameter Type
options (TypeMap[AutocompleteParameterTypeMapping[T]] | SimpleAutocompleteOption<T>)[]

Returns

MetadataFormula