Custom buttons. If no buttons are set, then a default OK button is displayed. You can set a label and a callback for button. Click on these buttons will close the MessageBox
if set, a close button will be displayed
if closeBtn is true, then defines a callback to be called on close. You don't have to worry about closing in this callback
content of message box. can be html content
if false, no default button will be displayed, unless closeBtn is false. Default is true.
Short content to be displayed in lower resolutions (to be defined). If not set, content will always be displayed
title of message box. If present, it will be displayed instead of default title (error, warning ...)
type of message box. If not present, it will be an information message box
Generated using TypeDoc
Definition of message box options