type DialogType
Type definition for different types of dialogs that may be presented to the user.
static
type DialogType = "error" | "warning" | "info" | "success" | "question" | undefined
Notes
- Not all types may be used by themes or platforms to display specific versions of message dialogs.
Related
- class MessageDialogOptionsA representation of the contents of an alert or confirm dialog.
- typeType of dialog to be presented.