MessageBoxOptions interface
An interface representing configurable options available for a message box
Properties
action |
Action buttons in the message box, with a maximum of three buttons allowed |
content | The localized content of the message box |
link | The link in the message box |
title | The localized title of the message box |
Property Details
actionButtons
Action buttons in the message box, with a maximum of three buttons allowed
actionButtons: ActionButton[]
Property Value
content
The localized content of the message box
content?: string
Property Value
string
link
title
The localized title of the message box
title: string
Property Value
string