overlay/src/overlay/overlay.config.ts
Configuration for the overlay service. See OverlayService for more information.
Properties |
|
| Optional preventCloseOnEscape |
Type : boolean
|
|
Prevents the overlay to be closed by hitting the 'Escape' key. If set to true, the overlay will not be closed by hitting the 'Escape' key but only by calling the close() method on the overlayRef. |