escapeHandler property

  1. @Input()
KeyboardEventHandler? escapeHandler
getter/setter pair

Function to handle escape key events from the dialog. By default it tries to close the parent modal, if any.

Implementation

@Input()
KeyboardEventHandler? escapeHandler;