Packages

trait BaseProps extends Object with Item.Props

Annotations
@JSType()
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseProps
  2. Props
  3. IViewportProps
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val cellStyleProps: UndefOr[CellStyleProps]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  2. val checkboxCellClassName: UndefOr[String]
    Annotations
    @JSOptional()
  3. val checkboxVisibility: UndefOr[CheckboxVisibility]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  4. val className: UndefOr[String]
    Annotations
    @JSOptional()
  5. val columns: UndefOr[Array[IColumn]]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  6. val compact: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. val groupNestingDepth: UndefOr[Double]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  8. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  9. val indentWidth: UndefOr[Double]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  10. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  11. val item: UndefOr[Any]
    Annotations
    @JSOptional()
  12. val itemIndex: UndefOr[Int]
    Annotations
    @JSOptional()
  13. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  14. val selection: UndefOr[ISelection[Object]]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  15. val selectionMode: UndefOr[SelectionMode]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  16. val shimmer: UndefOr[Boolean]
    Annotations
    @JSOptional()
  17. val skipViewportMeasures: UndefOr[Boolean]
    Definition Classes
    IViewportProps
    Annotations
    @JSOptional()
  18. val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
    Annotations
    @JSOptional()
  19. val theme: UndefOr[ITheme]
    Annotations
    @JSOptional()
  20. def toLocaleString(): String
    Definition Classes
    Object
  21. val useReducedRowRenderer: UndefOr[Boolean]
    Annotations
    @JSOptional()
  22. def valueOf(): Any
    Definition Classes
    Object