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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ariaForShimmer: UndefOr[String]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val checkboxCellClassName: UndefOr[String]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  7. val checkboxVisibility: UndefOr[CheckboxVisibility]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  8. val className: UndefOr[String]
    Definition Classes
    ClassName
    Annotations
    @JSOptional()
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val columns: UndefOr[Array[IColumn]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  11. val compact: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  12. val componentRef: UndefOr[Ref[IDetailsList]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  13. val componentRefCallback: UndefOr[RefCb[IDetailsList]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  14. val componentRefMutable: UndefOr[MutableRef[IDetailsList]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  15. val componentRefReact: UndefOr[ReactRef[IDetailsList]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  16. val constrainMode: UndefOr[ConstrainMode]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  17. val detailsListStyles: UndefOr[IStyleFunctionOrObject[List.StyleProps, List.Styles]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  18. val enableShimmer: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  19. val enterModalSelectionOnTouch: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val getKey: UndefOr[Function2[UndefOr[T], Int, |[String, Int]]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  24. val getKeyInt: UndefOr[Function2[UndefOr[T], Int, Int]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional() @JSName("getKey")
  25. val getKeyString: UndefOr[Function2[UndefOr[T], Int, String]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional() @JSName("getKey")
  26. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val indentWidth: UndefOr[Double]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  29. val initialFocusedIndex: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  30. val isHeaderVisible: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. val isPlaceholderData: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  33. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  34. val key: UndefOr[KeyType]
    Definition Classes
    Attributes
    Annotations
    @JSOptional()
  35. val layoutMode: UndefOr[LayoutMode]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  36. val listProps: UndefOr[List.Props[T]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. 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()
  41. val onColumnHeaderClick: UndefOr[OCHC[T]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  42. val onItemInvoked: UndefOr[OII[T]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  43. val onRenderCustomPlaceholder: UndefOr[Function0[ReactNode]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  44. val onRenderDetailsHeader: UndefOr[IRenderFunction[Header.Props]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  45. val onRenderItemColumn: UndefOr[Function3[Any, Int, IColumn, Any]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  46. val onRenderMissingItem: UndefOr[Function1[Int, Any]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  47. val onRenderRow: UndefOr[IRenderFunction[Row.Props]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  48. val onShouldVirtualize: UndefOr[Function1[List.Props[T], Boolean]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  49. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  50. val removeFadingOverlay: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  51. val renderedWindowsAhead: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  52. val renderedWindowsBehind: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  53. val selection: UndefOr[ISelection[T]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  54. val selectionMode: UndefOr[SelectionMode]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  55. val selectionPreservedOnEmptyClick: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  56. val setKey: UndefOr[String]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  57. val shimmerLines: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  58. val shimmerOverlayStyles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  59. val skipViewportMeasures: UndefOr[Boolean]
    Definition Classes
    IViewportProps
    Annotations
    @JSOptional()
  60. val styles: UndefOr[IStyleFunctionOrObject[_ <: List.StyleProps, _ <: List.Styles]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  61. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  62. val theme: UndefOr[ITheme]
    Definition Classes
    Theme
    Annotations
    @JSOptional()
  63. def toLocaleString(): String
    Definition Classes
    Object
  64. def toString(): String
    Definition Classes
    AnyRef → Any
  65. val usePageCache: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  66. def valueOf(): Any
    Definition Classes
    Object
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  69. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from PropsBase[T]

Inherited from List.PropsBase[T]

Inherited from Theme

Inherited from IViewportProps

Inherited from Attributes

Inherited from ClassName

Inherited from ComponentRef[IDetailsList]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped