API Reference > ui-framework > Dialog > StandardMessageBoxProps StandardMessageBoxProps Interface Properties for StandardMessageBox React component Extends CommonProps Properties Name Type Description iconType MessageBoxIconType The standard icon to display in the message box messageBoxType MessageBoxType Controls the button set displayed onResult undefined | (result: MessageBoxValue) => void Callback function for processing the message box result opened boolean Indicates whether the message box is open title string Title to display in the message box Inherited properties Name Type Inherited from Description className undefined | string ClassNameProps Custom CSS class name style undefined | React.CSSProperties CommonProps Custom CSS style properties Defined in ui/framework/src/ui-framework/dialog/StandardMessageBox.tsx Line 19 Last Updated: 13 June, 2024