Models a message box's message, title and options.
The options to display in the message box if none are specified.
The title to be used for the message box if one is not provided.
The markup for the message box's view.
Provides the view to the composition system.
HTMLElement
The view of the message box.
Selects an option and closes the message box, returning the selected option through the dialog system's promise.
The result to select.
Sets the classes and styles used throughout the message box markup.
A settings object containing the following optional properties: buttonClass, primaryButtonClass, secondaryButtonClass, class, style.
Configures a custom view to use when displaying message boxes.
The view url relative to the base url which the view locator will use to find the message box's view.