constructor
Optional
uiMode: UIBlockerModeEnumChoose the dark or light mode of the UiBlockerOverlay; default = dark
Optional
zIndex: numberthe z-index of the overlay, default = 1000
Closes the UiBlocker-Overlay
Presents an info message to the user
the message that is presented to the user
Optional
isHtml: booleanif the string should be parsed as html set this option to true, default = false
Opens the UiBlocker-Overlay
Optional
duration: numberduration of the fade-in animation, default = 0;
Optional
msg: stringthe message that is shown to the user
Static
showReplaces the UiBlocker message with given string
the message that is presented to the user
if the string should be parsed as html set this option to true
UiBlockerOverlay class. An blocking overlay for time consuming operations. Info messages can be presented to the user.