Interface IUIUtilLoader

Represents a loader utility.

interface IUIUtilLoader {
    hide: () => void;
    show: () => void;
    shown: boolean;
}

Properties

Properties

hide: () => void

Hides the loader.

show: () => void

Shows the loader.

shown: boolean

Status of the loader.