trait Props extends Object with Attributes with Theme with ComponentRef[IPivot]
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- ComponentRef
- Theme
- Attributes
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- val componentRef: UndefOr[Ref[IPivot]]
Take any kind of
Ref[T]
.Take any kind of
Ref[T]
.- Definition Classes
- ComponentRef
- Annotations
- @JSOptional()
- val componentRefCallback: UndefOr[RefCb[IPivot]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefMutable: UndefOr[MutableRef[IPivot]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefReact: UndefOr[ReactRef[IPivot]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val defaultSelectedIndex: UndefOr[Int]
- Annotations
- @JSOptional()
- val defaultSelectedKey: UndefOr[String]
- Annotations
- @JSOptional()
- val getTabId: UndefOr[Function2[String, Int, String]]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val headersOnly: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val key: UndefOr[KeyType]
- Definition Classes
- Attributes
- Annotations
- @JSOptional()
- val linkFormat: UndefOr[LinkFormat]
- Annotations
- @JSOptional()
- val linkSize: UndefOr[LinkSize]
- Annotations
- @JSOptional()
- val onLinkClick: UndefOr[LinkClickHandler]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val selectedIndex: UndefOr[Int]
- Annotations
- @JSOptional()
- val selectedKey: UndefOr[String]
- Annotations
- @JSOptional()
- val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
- Annotations
- @JSOptional()
- val theme: UndefOr[ITheme]
- Definition Classes
- Theme
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object