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
- class MessageDialogOptionsA representation of the contents of an alert or confirm dialog.