SearchInvokeValue interface
Represents the value of a search invoke request.
Properties
context | The context of the search. |
kind | The kind of search. |
query |
The options for the search query. |
query |
The text of the query. |
Property Details
context
The context of the search.
context: any
Property Value
any
kind
The kind of search.
kind: string
Property Value
string
queryOptions
The options for the search query.
queryOptions: SearchInvokeOptions
Property Value
queryText
The text of the query.
queryText: string
Property Value
string