AutocompleteItem interface
The result of Autocomplete requests.
Properties
| query |
The query along with the completed term. |
| text | The completed term. |
Property Details
queryPlusText
The query along with the completed term.
queryPlusText: string
Property Value
string
text
The completed term.
text: string
Property Value
string