Packages

trait Props extends Object with KeyAndRef with ComponentRef[ISpinner] with Theme

Annotations
@JSType()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. Theme
  3. ComponentRef
  4. KeyAndRef
  5. Object
  6. Any
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val ariaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  2. val ariaLive: UndefOr[AriaLive]
    Annotations
    @JSOptional()
  3. val className: UndefOr[String]
    Annotations
    @JSOptional()
  4. val componentRef: UndefOr[Ref[ISpinner]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  5. val componentRefCallback: UndefOr[RefCb[ISpinner]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  6. val componentRefMutable: UndefOr[MutableRef[ISpinner]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  7. val componentRefReact: UndefOr[ReactRef[ISpinner]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  8. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  9. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  10. val key: UndefOr[String]
    Definition Classes
    KeyAndRef
    Annotations
    @JSOptional()
  11. val label: UndefOr[String]
    Annotations
    @JSOptional()
  12. val labelPosition: UndefOr[LabelPosition]
    Annotations
    @JSOptional()
  13. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  14. val ref: UndefOr[Ref[Any]]
    Definition Classes
    KeyAndRef
    Annotations
    @JSOptional()
  15. val size: UndefOr[Size]
    Annotations
    @JSOptional()
  16. val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
    Annotations
    @JSOptional()
  17. val theme: UndefOr[ITheme]
    Definition Classes
    Theme
    Annotations
    @JSOptional()
  18. def toLocaleString(): String
    Definition Classes
    Object
  19. def valueOf(): Any
    Definition Classes
    Object