AutocompleteItem interface
The result of Autocomplete requests.
Properties
query |
The query along with the completed term. NOTE: This property will not be serialized. It can only be populated by the server. |
text | The completed term. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
queryPlusText
The query along with the completed term. NOTE: This property will not be serialized. It can only be populated by the server.
queryPlusText: string
Property Value
string
text
The completed term. NOTE: This property will not be serialized. It can only be populated by the server.
text: string
Property Value
string