Hierarchy

  • Preloader

Constructors

  • Creates the preloader.

    Returns Preloader

Properties

element: HTMLElement

Methods

  • Removes the preloader.

    Returns void

  • Sets loading state of an instance to done.

    Parameters

    • value: string

      The name of an instance.

    Returns Promise<void>

  • Sets loading state of an instance to error.

    Parameters

    • value: string

      The name of an instance.

    Returns Promise<void>

  • Sets loading state of an instance to pending.

    Parameters

    • value: string

      The name of an instance.

    Returns void

  • Sets the status text of the preloader.

    Parameters

    • value: string

      The preloader status text.

    Returns void

Generated using TypeDoc