Packages

trait LoaderProps extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoaderProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val active: UndefOr[Boolean]

    A loader can be active or visible.

  2. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  3. val as: UndefOr[AsT]

    An element type to render as (string or function).

  4. val children: UndefOr[Node]

    Primary content.

  5. val className: UndefOr[String]

    Additional classes.

  6. val content: UndefOr[SemanticShorthandContent]

    Shorthand for primary content.

  7. val disabled: UndefOr[Boolean]

    A loader can be disabled or hidden.

  8. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  9. val indeterminate: UndefOr[Boolean]

    A loader can show it's unsure of how long a task will take.

  10. val inline: UndefOr[|[Boolean, String]]

    Loaders can appear inline with content.

  11. val inverted: UndefOr[Boolean]

    Loaders can have their colors inverted.

  12. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  13. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  14. val size: UndefOr[SemanticSIZES]

    Loaders can have different sizes.

  15. def toLocaleString(): String
    Definition Classes
    Object
  16. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  17. def valueOf(): Any
    Definition Classes
    Object