Interface IDuringQueryEventArgs

Argument sent to all handlers bound on QueryEvents.duringQuery

Index

Properties

promise

promise: Promise<IQueryResults>

A promises for the results that will be returned by the Search API

query

query: IQuery

The query that was just executed

queryBuilder

queryBuilder: QueryBuilder

The QueryBuilder that was used for the current query

searchAsYouType

searchAsYouType: boolean

Whether the query is a search-as-you-type

Hierarchy

  • IDuringQueryEventArgs