Emitted after closing the dialog.
Emitter just before the dialog is closed. Cancelable.
Closes the dialog.
Opens the dialog.
Toggles the open state of the dialog.
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.
Represents a Dialog component.
Slot
Slot
title - Renders content in the title slot of the dialog header.
Slot
message - Renders the message content of the dialog.
Slot
footer - Renders content in the dialog footer.
Csspart
base - The base wrapper of the dialog.
Csspart
title - The title container of the dialog.
Csspart
footer - The footer container of the dialog.
Csspart
overlay - The backdrop overlay of the dialog.