API Reference > ui-framework > Notification > MessageManager > openMessageBox openMessageBox MethodStatic Output a MessageBox and wait for response from the user. openMessageBox(mbType: MessageBoxType, message: MessageType, icon: MessageBoxIconType): Promise<MessageBoxValue> Parameter Type Description mbType MessageBoxType The MessageBox type. message MessageType The message to display. icon MessageBoxIconType The MessageBox icon type. Returns - Promise<MessageBoxValue> the response from the user. Defined in ui/framework/src/ui-framework/messages/MessageManager.tsx Line 424 Last Updated: 11 June, 2024