Docs (4.0.0)
Message dialogs

class MessageDialogOptions

A representation of the contents of an alert or confirm dialog.

class MessageDialogOptions
extends ConfigOptions

Notes

Constructor

Type Members

Instance Members

  • messagesA list of messages that will be displayed in the alert dialog.
  • confirmLabelCustom confirm/dismiss button label text.
  • cancelLabelCustom cancel button label text.
  • otherLabelCustom other alternative button label text.
  • typeType of dialog to be presented.
  • format(…args)Returns a new instance, with messages formatted using the provided arguments.

Related