Whether the dialog should be closed when clicking outside of it.
Whether to hide the default action button for the dialog.
When there is projected content in the footer
slot this property
has no effect.
Whether the dialog should be kept open when pressing the 'ESCAPE' button.
Whether the dialog is opened.
Sets the return value for the dialog.
Sets the title of the dialog.
Static
Readonly
tagReturns the HTML-uppercased qualified name.
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.