Packages

trait Props[T <: Object] extends Object with IViewportProps with ComponentRef[IList]

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

Abstract Value Members

  1. abstract val items: Array[T]

Concrete Value Members

  1. val checkboxCellClassName: UndefOr[String]
    Annotations
    @JSOptional()
  2. val className: UndefOr[String]
    Annotations
    @JSOptional()
  3. val columns: UndefOr[|[|[Array[IColumn], Array[Object]], Array[Dynamic]]]
    Annotations
    @JSOptional()
  4. val compact: UndefOr[Boolean]
    Annotations
    @JSOptional()
  5. val componentRef: UndefOr[Ref[IList]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  6. val componentRefCallback: UndefOr[RefCb[IList]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  7. val componentRefMutable: UndefOr[MutableRef[IList]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  8. val componentRefReact: UndefOr[ReactRef[IList]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  9. val constrainMode: UndefOr[Int]
    Annotations
    @JSOptional()
  10. val enterModelSelectionOnTouch: UndefOr[Boolean]
    Annotations
    @JSOptional()
  11. val getKey: UndefOr[|[Function2[T, UndefOr[Int], |[String, Int]], Function1[T, |[String, Int]]]]
    Annotations
    @JSOptional()
  12. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  13. val initialFocusedIndex: UndefOr[Int]
    Annotations
    @JSOptional()
  14. val isHeaderVisible: UndefOr[Boolean]
    Annotations
    @JSOptional()
  15. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  16. val layoutMode: UndefOr[Int]
    Annotations
    @JSOptional()
  17. val maximumPixelsForDrag: UndefOr[Int]
    Annotations
    @JSOptional()
  18. val onActiveItemChanged: UndefOr[OAIC[T]]

    You can still be "active" but not deselected.

    You can still be "active" but not deselected.

    Annotations
    @JSOptional()
  19. val onColumnHeaderClick: UndefOr[OCHC[T]]
    Annotations
    @JSOptional()
  20. val onItemInvoked: UndefOr[OII[T]]
    Annotations
    @JSOptional()
  21. val onRenderDetailsHeader: UndefOr[IRenderFunction[Details.Header.Props]]
    Annotations
    @JSOptional()
  22. val onRenderMissingItem: UndefOr[Function1[Int, Any]]
    Annotations
    @JSOptional()
  23. val onRenderRow: UndefOr[IRenderFunction[Details.Row.Props]]
    Annotations
    @JSOptional()
  24. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  25. val renderCount: UndefOr[Int]
    Annotations
    @JSOptional()
  26. val selection: UndefOr[ISelection[T]]
    Annotations
    @JSOptional()
  27. val selectionMode: UndefOr[SelectionMode]
    Annotations
    @JSOptional()
  28. val selectionPreservedOnEmptyClick: UndefOr[Boolean]
    Annotations
    @JSOptional()
  29. val setKey: UndefOr[String]
    Annotations
    @JSOptional()
  30. val skipViewportMeasures: UndefOr[Boolean]
    Definition Classes
    IViewportProps
    Annotations
    @JSOptional()
  31. def toLocaleString(): String
    Definition Classes
    Object
  32. val usePageCache: UndefOr[Boolean]
    Annotations
    @JSOptional()
  33. def valueOf(): Any
    Definition Classes
    Object