Packages

trait Props extends Object with Attributes with Theme with ComponentRef[IPivot]

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

Value Members

  1. val className: UndefOr[String]
    Annotations
    @JSOptional()
  2. val componentRef: UndefOr[Ref[IPivot]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  3. val componentRefCallback: UndefOr[RefCb[IPivot]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  4. val componentRefMutable: UndefOr[MutableRef[IPivot]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  5. val componentRefReact: UndefOr[ReactRef[IPivot]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  6. val defaultSelectedIndex: UndefOr[Int]
    Annotations
    @JSOptional()
  7. val defaultSelectedKey: UndefOr[String]
    Annotations
    @JSOptional()
  8. val getTabId: UndefOr[Function2[String, Int, String]]
    Annotations
    @JSOptional()
  9. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  10. val headersOnly: UndefOr[Boolean]
    Annotations
    @JSOptional()
  11. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  12. val key: UndefOr[KeyType]
    Definition Classes
    Attributes
    Annotations
    @JSOptional()
  13. val linkFormat: UndefOr[LinkFormat]
    Annotations
    @JSOptional()
  14. val linkSize: UndefOr[LinkSize]
    Annotations
    @JSOptional()
  15. val onLinkClick: UndefOr[LinkClickHandler]
    Annotations
    @JSOptional()
  16. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  17. val selectedIndex: UndefOr[Int]
    Annotations
    @JSOptional()
  18. val selectedKey: UndefOr[String]
    Annotations
    @JSOptional()
  19. val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
    Annotations
    @JSOptional()
  20. val theme: UndefOr[ITheme]
    Definition Classes
    Theme
    Annotations
    @JSOptional()
  21. def toLocaleString(): String
    Definition Classes
    Object
  22. def valueOf(): Any
    Definition Classes
    Object