Progress control. Displays a progress ring or bar on the ui.

Hierarchy

  • Progress

Constructors

Properties

Methods

Constructors

Properties

element: HTMLElement
htmlStrings: { bar: string; ring: string } = ...

Type declaration

  • bar: string
  • ring: string

Methods

  • Returns Promise<void>

  • Disposes the control.

    Returns void

  • Hides the progress. When not needed again the control should be disposed afterwards.

    Parameters

    • delay: number = 300

      Fade-out delay of the progress. Default: 300ms.

    Returns Promise<void>

  • Shows the progress on the ui.

    Parameters

    • delay: number = 300

      [optional] Fade-in delay in milliseconds of the progress. Default: 300ms;

    Returns void

Generated using TypeDoc