StandardMessageBoxProps Interface
Properties for StandardMessageBox React component
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| iconType | MessageBoxIconType | The standard icon to display in the message box | |
| 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
Last Updated: 08 January, 2020