escapeHandler property
Function to handle escape key events from the dialog. By default it tries to close the parent modal, if any.
Implementation
@Input()
KeyboardEventHandler? escapeHandler;
Function to handle escape key events from the dialog. By default it tries to close the parent modal, if any.
@Input()
KeyboardEventHandler? escapeHandler;