Packages

trait ColumnProps extends Object with Theme

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColumnProps
  2. Theme
  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[Object]
    Annotations
    @JSOptional()
  2. val column: UndefOr[IColumn]
    Annotations
    @JSOptional()
  3. val columnIndex: UndefOr[Int]
    Annotations
    @JSOptional()
  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. val isDraggable: UndefOr[Boolean]
    Annotations
    @JSOptional()
  6. val isDropped: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  8. val onColumnClick: UndefOr[Function2[react.vdom.ReactMouseEvent[Element], IColumn, Unit]]
    Annotations
    @JSOptional()
  9. val onColumnContextMenu: UndefOr[Function2[IColumn, react.vdom.ReactMouseEvent[Element], Unit]]
    Annotations
    @JSOptional()
  10. val onRenderColumnHeaderTooltip: UndefOr[IRenderFunction[ColumnRenderTooltipProps]]
    Annotations
    @JSOptional()
  11. val parentId: UndefOr[String]
    Annotations
    @JSOptional()
  12. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  13. val styles: UndefOr[IStyleFunctionOrObject[ColumnStyleProps, ColumnStyles]]
    Annotations
    @JSOptional()
  14. val theme: UndefOr[ITheme]
    Definition Classes
    Theme
    Annotations
    @JSOptional()
  15. def toLocaleString(): String
    Definition Classes
    Object
  16. def valueOf(): Any
    Definition Classes
    Object