Packages

trait Props[T <: Object] extends Object with PropsBase[T]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. PropsBase
  3. PropsBase
  4. Theme
  5. IViewportProps
  6. Attributes
  7. ClassName
  8. ComponentRef
  9. Object
  10. Any
  11. AnyRef
  12. 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 ariaForShimmer: UndefOr[String]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  2. val checkboxCellClassName: UndefOr[String]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  3. val checkboxVisibility: UndefOr[CheckboxVisibility]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  4. val className: UndefOr[String]
    Definition Classes
    ClassName
    Annotations
    @JSOptional()
  5. val columns: UndefOr[Array[IColumn]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  6. val compact: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  7. val componentRef: UndefOr[Ref[IDetailsList]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  8. val componentRefCallback: UndefOr[RefCb[IDetailsList]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  9. val componentRefMutable: UndefOr[MutableRef[IDetailsList]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  10. val componentRefReact: UndefOr[ReactRef[IDetailsList]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  11. val constrainMode: UndefOr[ConstrainMode]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  12. val detailsListStyles: UndefOr[IStyleFunctionOrObject[List.StyleProps, List.Styles]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  13. val enableShimmer: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  14. val enterModalSelectionOnTouch: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  15. val getKey: UndefOr[Function2[UndefOr[T], Int, |[String, Int]]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  16. val getKeyInt: UndefOr[Function2[UndefOr[T], Int, Int]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional() @JSName("getKey")
  17. val getKeyString: UndefOr[Function2[UndefOr[T], Int, String]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional() @JSName("getKey")
  18. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  19. val indentWidth: UndefOr[Double]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  20. val initialFocusedIndex: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  21. val isHeaderVisible: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  22. val isPlaceholderData: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  23. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  24. val key: UndefOr[KeyType]
    Definition Classes
    Attributes
    Annotations
    @JSOptional()
  25. val layoutMode: UndefOr[LayoutMode]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  26. val listProps: UndefOr[List.Props[T]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  27. val onActiveItemChanged: UndefOr[OAIC[T]]

    You can still be "active" but not deselected.

    You can still be "active" but not deselected.

    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  28. val onColumnHeaderClick: UndefOr[OCHC[T]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  29. val onItemInvoked: UndefOr[OII[T]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  30. val onRenderCustomPlaceholder: UndefOr[Function0[ReactNode]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  31. val onRenderDetailsHeader: UndefOr[IRenderFunction[Header.Props]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  32. val onRenderItemColumn: UndefOr[Function3[Any, Int, IColumn, Any]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  33. val onRenderMissingItem: UndefOr[Function1[Int, Any]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  34. val onRenderRow: UndefOr[IRenderFunction[Row.Props]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  35. val onShouldVirtualize: UndefOr[Function1[List.Props[T], Boolean]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  36. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  37. val removeFadingOverlay: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  38. val renderedWindowsAhead: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  39. val renderedWindowsBehind: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  40. val selection: UndefOr[ISelection[T]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  41. val selectionMode: UndefOr[SelectionMode]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  42. val selectionPreservedOnEmptyClick: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  43. val setKey: UndefOr[String]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  44. val shimmerLines: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  45. val shimmerOverlayStyles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  46. val skipViewportMeasures: UndefOr[Boolean]
    Definition Classes
    IViewportProps
    Annotations
    @JSOptional()
  47. val styles: UndefOr[IStyleFunctionOrObject[_ <: List.StyleProps, _ <: List.Styles]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  48. val theme: UndefOr[ITheme]
    Definition Classes
    Theme
    Annotations
    @JSOptional()
  49. def toLocaleString(): String
    Definition Classes
    Object
  50. val usePageCache: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  51. def valueOf(): Any
    Definition Classes
    Object