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. 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]
    Annotations
    @JSOptional()
  6. val checkboxVisibility: UndefOr[CheckboxVisibility]
    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]]
    Annotations
    @JSOptional()
  10. val compact: UndefOr[Boolean]
    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]
    Annotations
    @JSOptional()
  16. val enterModalSelectionOnTouch: UndefOr[Boolean]
    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]]]
    Annotations
    @JSOptional()
  21. val getKeyInt: UndefOr[Function2[UndefOr[T], Int, Int]]
    Annotations
    @JSOptional() @JSName("getKey")
  22. val getKeyString: UndefOr[Function2[UndefOr[T], Int, String]]
    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]
    Annotations
    @JSOptional()
  26. val initialFocusedIndex: UndefOr[Int]
    Annotations
    @JSOptional()
  27. val isHeaderVisible: UndefOr[Boolean]
    Annotations
    @JSOptional()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val isPlaceholderData: UndefOr[Boolean]
    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]
    Annotations
    @JSOptional()
  33. val listProps: UndefOr[Props[T]]
    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.

    Annotations
    @JSOptional()
  38. val onColumnHeaderClick: UndefOr[OCHC[T]]
    Annotations
    @JSOptional()
  39. val onItemInvoked: UndefOr[OII[T]]
    Annotations
    @JSOptional()
  40. val onRenderDetailsHeader: UndefOr[IRenderFunction[Header.Props]]
    Annotations
    @JSOptional()
  41. val onRenderItemColumn: UndefOr[Function3[Any, Int, IColumn, Any]]
    Annotations
    @JSOptional()
  42. val onRenderMissingItem: UndefOr[Function1[Int, Any]]
    Annotations
    @JSOptional()
  43. val onRenderRow: UndefOr[IRenderFunction[Row.Props]]
    Annotations
    @JSOptional()
  44. val onShouldVirtualize: UndefOr[Function1[List.Props[T], Boolean]]
    Annotations
    @JSOptional()
  45. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  46. val renderedWindowsAhead: UndefOr[Int]
    Annotations
    @JSOptional()
  47. val renderedWindowsBehind: UndefOr[Int]
    Annotations
    @JSOptional()
  48. val selection: UndefOr[ISelection[T]]
    Annotations
    @JSOptional()
  49. val selectionMode: UndefOr[SelectionMode]
    Annotations
    @JSOptional()
  50. val selectionPreservedOnEmptyClick: UndefOr[Boolean]
    Annotations
    @JSOptional()
  51. val setKey: UndefOr[String]
    Annotations
    @JSOptional()
  52. val skipViewportMeasures: UndefOr[Boolean]
    Definition Classes
    IViewportProps
    Annotations
    @JSOptional()
  53. val styles: UndefOr[IStyleFunctionOrObject[_ <: StyleProps, _ <: Styles]]
    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]
    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 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