QueryChangingEvent Interface
Represents an event that is fired when the search query is about to change.
export declare interface QueryChangingEvent extends ViewerEvent
Remarks
This event can be prevented to stop the search from occurring.
Fields
value
The search query that is about to be applied.
value: string;
Inherited Fields
| defaultPrevented | Gets a value indicating whether the event's default action has been canceled. (Inherited from ViewerEvent) |
Inherited Methods
| preventDefault | Cancels the event if it is cancelable, without stopping further propagation of the event. (Inherited from ViewerEvent) |