object List

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

Type Members

  1. trait IList extends Object
    Annotations
    @JSType() @native()
  2. type OAIC[T <: Object] = Function3[T, Int, react.vdom.ReactFocusEvent[Element], Unit]
  3. type OCHC[T <: Object] = Function2[react.vdom.ReactMouseEvent[Element], IColumn, Unit]
  4. type OII[T <: Object] = Function3[T, Int, react.vdom.ReactFocusEvent[Element], Unit]
  5. trait Props[T <: Object] extends Object with IViewportProps with ComponentRef[IList]
    Annotations
    @JSType()
  6. sealed trait ScrollToMode extends Any
    Annotations
    @JSType() @native()

Value Members

  1. def OnActiveItemChanged[T <: Object](f: Function3[T, Int, react.vdom.ReactFocusEvent[Element], _]): OAIC[T]
  2. def OnColumnHeaderClick[T <: Object](f: (react.vdom.ReactMouseEvent[Element], IColumn) => Unit): OCHC[T]
  3. def OnItemInvoked[T <: Object](f: (T, Int, react.vdom.ReactFocusEvent[Element]) => Unit): OII[T]
  4. def apply[T <: Object](props: Props[T] = null)(children: ReactNode*): ReactElement
  5. object JS extends Object with ReactJSComponent
    Annotations
    @native() @JSImport("office-ui-fabric-react/lib/List", "List")
  6. object ScrollToMode