Interface IBuildingQueryEventArgs

Argument sent to all handlers bound on QueryEvents.buildingQuery

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

Determine if the query is a "search-as-you-type"

Hierarchy

  • IBuildingQueryEventArgs