Packages

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

Annotations
@JSType()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. PropsBase
  3. Theme
  4. IViewportProps
  5. Attributes
  6. ClassName
  7. ComponentRef
  8. Object
  9. Any
  10. AnyRef
  11. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val checkboxCellClassName: UndefOr[String]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  6. val checkboxVisibility: UndefOr[CheckboxVisibility]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  7. val className: UndefOr[String]
    Definition Classes
    ClassName
    Annotations
    @JSOptional()
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. val columns: UndefOr[Array[IColumn]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  10. val compact: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  11. val componentRef: UndefOr[Ref[IDetailsList]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

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