OpenMessageBoxConfig interface
An interface representing options available for opening a message box
Properties
dialog |
The type of the dialog needs to be |
message |
Configurable options for the message box |
prevent |
Whether to restore focus to the element that had focus before the message box was opened |
Property Details
dialogType
The type of the dialog needs to be DialogType.MessageBox
dialogType: MessageBox
Property Value
messageBoxOptions
Configurable options for the message box
messageBoxOptions: MessageBoxOptions
Property Value
preventFocusRestoration
Whether to restore focus to the element that had focus before the message box was opened
preventFocusRestoration?: boolean
Property Value
boolean