Skip to content

Interface: SimpleAutocompleteOption<T>

Defined in: api.ts:2091

A result from a parameter autocomplete function that pairs a UI display value with the underlying option that will be used in the formula when selected.

Type Parameters

Type Parameter
T extends AutocompleteParameterTypes

Properties

display

display: string

Defined in: api.ts:2093

Text that will be displayed to the user in UI for this option.


value

value: TypeMap[AutocompleteParameterTypeMapping[T]]

Defined in: api.ts:2095

The actual value that will get used in the formula if this option is selected.