AutoCompleteOptions interface
The payload of autocomplete request.
Properties
| filter | The filter for the autocomplete request. |
| keywords | The keywords applied to all fields that support autocomplete operation. It must be at least 1 character, and no more than 100 characters. |
| limit | The number of autocomplete results we hope to return. The default value is 50. The value must be a number between 1 and 100. |
Property Details
filter
The filter for the autocomplete request.
filter?: unknown
Property Value
unknown
keywords
The keywords applied to all fields that support autocomplete operation. It must be at least 1 character, and no more than 100 characters.
keywords?: string
Property Value
string
limit
The number of autocomplete results we hope to return. The default value is 50. The value must be a number between 1 and 100.
limit?: number
Property Value
number