UiBlockerOverlay class. An blocking overlay for time consuming operations. Info messages can be presented to the user.

Hierarchy

  • UiBlockerOverlay

Constructors

Methods

Constructors

Methods

  • Closes the UiBlocker-Overlay

    Returns void

  • Presents an info message to the user

    Parameters

    • text: string

      the message that is presented to the user

    • Optional isHtml: boolean

      if the string should be parsed as html set this option to true, default = false

    Returns void

  • Opens the UiBlocker-Overlay

    Parameters

    • Optional duration: number

      duration of the fade-in animation, default = 0;

    • Optional msg: string

      the message that is shown to the user

    Returns void

  • Replaces the UiBlocker message with given string

    Parameters

    • msg: string

      the message that is presented to the user

    • isHtml: boolean = false

      if the string should be parsed as html set this option to true

    Returns Promise<void>

Generated using TypeDoc