Function: 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 String | Number |
Parameters¶
| Name | Type |
|---|---|
options |
(TypeMap[ParameterTypeMap[T]] | SimpleAutocompleteOption<T>)[] |