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

Constructors

Properties

Methods

Constructors

Properties

element: HTMLElement
size: ProgressSize = ProgressSize.small

Use numbers for the progress size. 0 = xsmall, 1 = small, 2 = medium, 3 = large. See ProgressSize

type: ProgressType = ProgressType.ring

Use numbers for the progressType. 0 = ring, 1 = bar; See ProgressType

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

MMNEPVFCICPMFPCPTTAAATR