new MessageDialogOptions()
Creates a new object with the specified options.
constructor(
messages?: StringConvertible | StringConvertible[],
confirmText?: StringConvertible,
cancelText?: StringConvertible,
otherText?: StringConvertible,
type?: MessageDialogOptions.DialogType,
);
Parameters
- messages — A message or list of messages that will be displayed in the alert dialog
- confirmText — Custom confirm/dismiss button text (optional)
- cancelText — Custom cancel button text (optional)
- otherText — Custom other alternative button text (optional)
Related
class MessageDialogOptions
A representation of the contents of an alert or confirm dialog.
