object Pivot
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pivot
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait IPivot extends Object with Focusable
- Annotations
- @JSType() @native()
- type LinkClickHandler = Function2[UndefOr[PivotItemLike], UndefOr[react.vdom.ReactMouseEvent[Element]], Unit]
- trait LinkFormat extends Any
- Annotations
- @JSType() @native()
- sealed trait LinkSize extends Any
- Annotations
- @JSType() @native()
- trait Props extends Object with Attributes with Theme with ComponentRef[IPivot]
- Annotations
- @JSType()
- trait StyleProps extends Object with Theme
- Annotations
- @JSType()
- trait Styles extends Object with IStyleSetTag
- Annotations
- @JSType()
Value Members
- def OnLinkClick(f: (UndefOr[PivotItemLike], UndefOr[react.vdom.ReactMouseEvent[Element]]) => Unit): LinkClickHandler
- def OnLinkClickHandlerNoArg(f: () => Unit): LinkClickHandler
- def apply(props: Props = null)(children: ReactNode*): ReactElement
- object JS extends Object with ReactJSComponent
- Annotations
- @native() @JSImport("office-ui-fabric-react/lib/Pivot", "Pivot")
- object LinkFormat
- object LinkSize