HybridForms API
    Preparing search index...

    Class UiBlockerOverlay

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

    Index

    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

      • OptionalisHtml: boolean

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

      Returns void

    • Opens the UiBlocker-Overlay

      Parameters

      • Optionalduration: number

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

      • Optionalmsg: 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>