object Pivot

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pivot
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait IPivot extends Object with Focusable
    Annotations
    @JSType() @native()
  2. type LinkClickHandler = Function2[UndefOr[PivotItemLike], UndefOr[react.vdom.ReactMouseEvent[Element]], Unit]
  3. trait LinkFormat extends Any
    Annotations
    @JSType() @native()
  4. sealed trait LinkSize extends Any
    Annotations
    @JSType() @native()
  5. trait Props extends Object with Attributes with Theme with ComponentRef[IPivot]
    Annotations
    @JSType()
  6. trait StyleProps extends Object with Theme
    Annotations
    @JSType()
  7. trait Styles extends Object with IStyleSetTag
    Annotations
    @JSType()

Value Members

  1. def OnLinkClick(f: (UndefOr[PivotItemLike], UndefOr[react.vdom.ReactMouseEvent[Element]]) => Unit): LinkClickHandler
  2. def OnLinkClickHandlerNoArg(f: () => Unit): LinkClickHandler
  3. def apply(props: Props = null)(children: ReactNode*): ReactElement
  4. object JS extends Object with ReactJSComponent
    Annotations
    @native() @JSImport("office-ui-fabric-react/lib/Pivot", "Pivot")
  5. object LinkFormat
  6. object LinkSize