AlertDialogContent
Overview
The content panel of an AlertDialog, rendered in a portal with an overlay.
Theme entry: AlertDialogContent
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| themeOverride | String|Object|Array | null | A partial theme object merged with the component's default theme; accepts a class string, class array, or theme object. | |
| class | import('vue').HTMLAttributes['class'] | undefined | Additional CSS classes to apply to the root element. | |
| trapFocus | boolean | undefined | Whether to trap focus inside the content. | |
| forceMount | boolean | undefined | Whether to force mount the content. |
Slots
default
Slot.
Events
| Name | Description |
|---|---|
openAutoFocus | Emitted when focus moves inside the content after it opens. |
closeAutoFocus | Emitted when focus returns to the trigger after the content closes. |
escapeKeyDown | Emitted when the Escape key is pressed. |
Source
client/lib/shell/alert-dialog/AlertDialogContent.vue