Packages

trait PropsBase[T <: Object] extends Object with ComponentRef[IDetailsList] with ClassName with Attributes with IViewportProps with Theme

Annotations
@JSType()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropsBase
  2. Theme
  3. IViewportProps
  4. Attributes
  5. ClassName
  6. ComponentRef
  7. Object
  8. Any
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val checkboxCellClassName: UndefOr[String]
    Annotations
    @JSOptional()
  2. val checkboxVisibility: UndefOr[CheckboxVisibility]
    Annotations
    @JSOptional()
  3. val className: UndefOr[String]
    Definition Classes
    ClassName
    Annotations
    @JSOptional()
  4. val columns: UndefOr[Array[IColumn]]
    Annotations
    @JSOptional()
  5. val compact: UndefOr[Boolean]
    Annotations
    @JSOptional()
  6. val componentRef: UndefOr[Ref[IDetailsList]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

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

    You can still be "active" but not deselected.

    You can still be "active" but not deselected.

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