UiBlockerOverlay class. An blocking overlay for time consuming operations. Info messages can be presented to the user.
constructor
Optional
Choose the dark or light mode of the UiBlockerOverlay; default = dark
the 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
if the string should be parsed as html set this option to true, default = false
Opens the UiBlocker-Overlay
duration of the fade-in animation, default = 0;
the message that is shown to the user
Static
Replaces the UiBlocker message with given string
if the string should be parsed as html set this option to true
Generated using TypeDoc
UiBlockerOverlay class. An blocking overlay for time consuming operations. Info messages can be presented to the user.