PageInputChangingEvent Interface
Represents an event that is fired when the input value is about to change.
export declare interface PageInputChangingEvent extends ViewerEvent
Remarks
This event can be prevented to stop the page navigation from occurring.
Fields
value
The page number string 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) |