Interface IDoneBuildingQueryEventArgs

Argument sent to all handlers bound on QueryEvents.doneBuildingQuery

Index

Properties

cancel

cancel: boolean

If this property is set to true by any handlers, the query will not be executed.

queryBuilder

queryBuilder: QueryBuilder

Allow handlers to modify the query by using the QueryBuilder

searchAsYouType

searchAsYouType: boolean

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

Hierarchy

  • IDoneBuildingQueryEventArgs