OpenMessageBoxConfig interface

An interface representing options available for opening a message box

Properties

dialogType

The type of the dialog needs to be DialogType.MessageBox

messageBoxOptions

Configurable options for the message box

preventFocusRestoration

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