IQuery interface

Query object. Includes the query text that will be used for search and exposed through dynamic data.

Remarks

Additional properties can be added to the object to pass data between extensions.

Properties

originalQueryText

Query text that the user provided.

queryText

Text of the query.

Property Details

originalQueryText

Query text that the user provided.

originalQueryText: string;

Property Value

string

queryText

Text of the query.

queryText: string;

Property Value

string