Abstract
constructorWhether the dialog should be closed when clicking outside of it.
close-on-outside-click
Whether to hide the default action button for the dialog.
When there is projected content in the footer
slot this property
has no effect.
hide-default-action
Whether the dialog should be kept open when pressing the 'ESCAPE' button.
keep-open-on-escape
Whether the dialog is opened.
Sets the return value for the dialog.
Sets the title of the dialog.
Static
stylesStatic
Readonly
tagWhether the dialog should be closed when pressing the 'ESCAPE' button.
since version 4.2.3. Use keepOpenOnEscape
instead.
close-on-escape
Static
register
Represents a Dialog component.
Element
igc-dialog
Fires
igcClosing - Emitter just before the dialog is closed.
Fires
igcClosed - Emitted after closing the dialog.
Slot
Slot
title - Renders the title of the dialog header.
Slot
footer - Renders the dialog footer.
Csspart
base - The base wrapper of the dialog.
Csspart
title - The title container.
Csspart
footer - The footer container.
Csspart
overlay - The overlay.