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: anyProperty Value
any
kind
The kind of search.
kind: stringProperty Value
string
		queryOptions
	 
	The options for the search query.
queryOptions: SearchInvokeOptionsProperty Value
		queryText
	 
	The text of the query.
queryText: stringProperty Value
string