Documentation

type MessageDialogOptions​.DialogType

Type definition for different types of dialogs that may be presented to the user.

type DialogType =
| "error"
| "warning"
| "info"
| "success"
| "question"
| undefined;

Notes

Related