Packages

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

Annotations
@JSType()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropsInit
  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

Value Members

  1. val checkboxCellClassName: UndefOr[String]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  2. val checkboxVisibility: UndefOr[CheckboxVisibility]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  3. val className: UndefOr[String]
    Definition Classes
    ClassName
    Annotations
    @JSOptional()
  4. val columns: UndefOr[Array[IColumn]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  5. val compact: UndefOr[Boolean]
    Definition Classes
    PropsBase
    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]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  11. val enterModalSelectionOnTouch: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  12. val getKey: UndefOr[Function2[UndefOr[T], Int, |[String, Int]]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  13. val getKeyInt: UndefOr[Function2[UndefOr[T], Int, Int]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional() @JSName("getKey")
  14. val getKeyString: UndefOr[Function2[UndefOr[T], Int, String]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional() @JSName("getKey")
  15. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  16. val indentWidth: UndefOr[Double]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  17. val initialFocusedIndex: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  18. val isHeaderVisible: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  19. val isPlaceholderData: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  20. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  21. val items: UndefOr[Array[T]]
    Annotations
    @JSOptional()
  22. val key: UndefOr[KeyType]
    Definition Classes
    Attributes
    Annotations
    @JSOptional()
  23. val layoutMode: UndefOr[LayoutMode]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  24. val listProps: UndefOr[Props[T]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  25. 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()
  26. val onColumnHeaderClick: UndefOr[OCHC[T]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  27. val onItemInvoked: UndefOr[OII[T]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  28. val onRenderDetailsHeader: UndefOr[IRenderFunction[Header.Props]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  29. val onRenderItemColumn: UndefOr[Function3[Any, Int, IColumn, Any]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  30. val onRenderMissingItem: UndefOr[Function1[Int, Any]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  31. val onRenderRow: UndefOr[IRenderFunction[Row.Props]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  32. val onShouldVirtualize: UndefOr[Function1[List.Props[T], Boolean]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  33. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  34. val renderedWindowsAhead: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  35. val renderedWindowsBehind: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  36. val selection: UndefOr[ISelection[T]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  37. val selectionMode: UndefOr[SelectionMode]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  38. val selectionPreservedOnEmptyClick: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  39. val setKey: UndefOr[String]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  40. val skipViewportMeasures: UndefOr[Boolean]
    Definition Classes
    IViewportProps
    Annotations
    @JSOptional()
  41. val styles: UndefOr[IStyleFunctionOrObject[_ <: StyleProps, _ <: Styles]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  42. val theme: UndefOr[ITheme]
    Definition Classes
    Theme
    Annotations
    @JSOptional()
  43. def toLocaleString(): String
    Definition Classes
    Object
  44. val usePageCache: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  45. def valueOf(): Any
    Definition Classes
    Object