Preparing search index...
The search index is not available
dry-ux
dry-ux
IUIUtilLoader
Interface IUIUtilLoader
Represents a loader utility.
interface
IUIUtilLoader
{
hide
:
()
=>
void
;
show
:
()
=>
void
;
shown
:
boolean
;
}
Index
Properties
hide
show
shown
Properties
hide
hide
:
()
=>
void
Hides the loader.
show
show
:
()
=>
void
Shows the loader.
shown
shown
:
boolean
Status of the loader.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hide
show
shown
dry-ux
Loading...
Represents a loader utility.