QueryChangedEvent Interface
Represents an event that is fired when the search query has changed and text searching occurs.
export declare interface QueryChangedEvent extends ViewerEvent
Remarks
This event provides read-only access to the search query after validation.
Fields
value
The search query that has been applied.
readonly 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) |