Docs (4.0.0)
class MessageDialogOptions constructor

new MessageDialogOptions

Creates a new object with the specified options.

constructor(messages?: StringConvertible | StringConvertible[], confirmLabel?: StringConvertible, cancelLabel?: StringConvertible, otherLabel?: StringConvertible, type?: MessageDialogOptions.DialogType)

Parameters

  • messages — A message or list of messages that will be displayed in the alert dialog
  • confirmLabel — Custom confirm/dismiss button label text (optional)
  • cancelLabel — Custom cancel button label text (optional)
  • otherLabel — Custom other alternative button label text (optional)

Related