Packages

trait Props extends Object with IViewportProps

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

Value Members

  1. val cellStyleProps: UndefOr[CellStyleProps]
    Annotations
    @JSOptional()
  2. val checkboxVisibility: UndefOr[CheckboxVisibility]
    Annotations
    @JSOptional()
  3. val columns: UndefOr[Array[IColumn]]
    Annotations
    @JSOptional()
  4. val groupNestingDepth: UndefOr[Double]
    Annotations
    @JSOptional()
  5. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  6. val indentWidth: UndefOr[Double]
    Annotations
    @JSOptional()
  7. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  8. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  9. val selection: UndefOr[ISelection[Object]]
    Annotations
    @JSOptional()
  10. val selectionMode: UndefOr[SelectionMode]
    Annotations
    @JSOptional()
  11. val skipViewportMeasures: UndefOr[Boolean]
    Definition Classes
    IViewportProps
    Annotations
    @JSOptional()
  12. def toLocaleString(): String
    Definition Classes
    Object
  13. def valueOf(): Any
    Definition Classes
    Object