openMessageBox Method

Output a MessageBox and wait for response from the user.

openMessageBox(_mbType: MessageBoxType, _message: HTMLElement | string, _icon: MessageBoxIconType): Promise<MessageBoxValue>

Parameter Type Description
_mbType MessageBoxType The MessageBox type.
_message HTMLElement | string The message to display.
_icon MessageBoxIconType The MessageBox icon type.

Returns - the response from the user.

Defined in

Last Updated: 08 January, 2020