trait LoaderProps extends Object
- Annotations
- @RawJSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LoaderProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
active: UndefOr[Boolean]
A loader can be active or visible.
-
def
apply(key: String): Any
- Annotations
- @JSBracketAccess()
-
val
as: UndefOr[AsT]
An element type to render as (string or function).
-
val
children: UndefOr[Node]
Primary content.
-
val
className: UndefOr[String]
Additional classes.
-
val
content: UndefOr[SemanticShorthandContent]
Shorthand for primary content.
-
val
disabled: UndefOr[Boolean]
A loader can be disabled or hidden.
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
val
indeterminate: UndefOr[Boolean]
A loader can show it's unsure of how long a task will take.
-
val
inline: UndefOr[|[Boolean, String]]
Loaders can appear inline with content.
-
val
inverted: UndefOr[Boolean]
Loaders can have their colors inverted.
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
size: UndefOr[SemanticSIZES]
Loaders can have different sizes.
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
update(key: String, v: Any): Unit
- Annotations
- @JSBracketAccess()
-
def
valueOf(): Any
- Definition Classes
- Object