trait ColumnProps extends Object with Theme
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ColumnProps
- Theme
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val cellStyleProps: UndefOr[Object]
- Annotations
- @JSOptional()
- val column: UndefOr[IColumn]
- Annotations
- @JSOptional()
- val columnIndex: UndefOr[Int]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val isDraggable: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isDropped: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val onColumnClick: UndefOr[Function2[react.vdom.ReactMouseEvent[Element], IColumn, Unit]]
- Annotations
- @JSOptional()
- val onColumnContextMenu: UndefOr[Function2[IColumn, react.vdom.ReactMouseEvent[Element], Unit]]
- Annotations
- @JSOptional()
- val onRenderColumnHeaderTooltip: UndefOr[IRenderFunction[ColumnRenderTooltipProps]]
- Annotations
- @JSOptional()
- val parentId: UndefOr[String]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val styles: UndefOr[IStyleFunctionOrObject[ColumnStyleProps, ColumnStyles]]
- Annotations
- @JSOptional()
- val theme: UndefOr[ITheme]
- Definition Classes
- Theme
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object