Function: makeSimpleAutocompleteMetadataFormula¶
core.makeSimpleAutocompleteMetadataFormula
▸ makeSimpleAutocompleteMetadataFormula<T
>(options
): MetadataFormula
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¶
Name | Type |
---|---|
T |
extends AutocompleteParameterTypes |
Parameters¶
Name | Type |
---|---|
options |
(TypeMap [AutocompleteParameterTypeMapping [T ]] | SimpleAutocompleteOption <T >)[] |