Constructors
Methods
close
- close(): void
Returns void
info
- info(text: string, isHtml?: boolean): void
Parameters
- text: string
Optional
isHtml: boolean
Returns void
open
- open(duration?: number, msg?: string): void
Parameters
Optional
duration: numberOptional
msg: string
Returns void
Static
showMessage
- showMessage(msg: string, isHtml?: boolean): Promise<void>
Parameters
- msg: string
- isHtml: boolean = false
Returns Promise<void>
UiBlockerOverlay class. An blocking overlay for time consuming operations. Info messages can be presented to the user.