Docs (4.0.0)

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