t

fabric.components

IColumnBase

trait IColumnBase extends Object with ClassName

Base properties less those that are required.

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

Value Members

  1. val ariaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  2. val className: UndefOr[String]
    Definition Classes
    ClassName
    Annotations
    @JSOptional()
  3. val columnActionMode: UndefOr[ColumnActionMode]
    Annotations
    @JSOptional()
  4. val data: UndefOr[Any]
    Annotations
    @JSOptional()
  5. val fieldName: UndefOr[String]
    Annotations
    @JSOptional()
  6. val filterAriaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  7. val groupAriaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  8. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  9. val headerClassName: UndefOr[String]
    Annotations
    @JSOptional()
  10. val iconClassName: UndefOr[String]
    Annotations
    @JSOptional()
  11. val iconName: UndefOr[String]
    Annotations
    @JSOptional()
  12. val isCollapsible: UndefOr[Boolean]
    Annotations
    @JSOptional()
  13. val isFiltered: UndefOr[Boolean]
    Annotations
    @JSOptional()
  14. val isGrouped: UndefOr[Boolean]
    Annotations
    @JSOptional()
  15. val isIconOnly: UndefOr[Boolean]
    Annotations
    @JSOptional()
  16. val isMultiline: UndefOr[Boolean]
    Annotations
    @JSOptional()
  17. val isPadded: UndefOr[Boolean]
    Annotations
    @JSOptional()
  18. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  19. val isResizable: UndefOr[Boolean]
    Annotations
    @JSOptional()
  20. val isRowHeader: UndefOr[Boolean]
    Annotations
    @JSOptional()
  21. val isSorted: UndefOr[Boolean]
    Annotations
    @JSOptional()
  22. val isSortedDescending: UndefOr[Boolean]
    Annotations
    @JSOptional()
  23. val maxWidth: UndefOr[Double]
    Annotations
    @JSOptional()
  24. val onColumnClick: UndefOr[Function2[react.vdom.ReactMouseEvent[Element], Any, Unit]]
    Annotations
    @JSOptional()
  25. val onColumnContextMenu: UndefOr[Function2[Any, Any, Unit]]
    Annotations
    @JSOptional()
  26. val onColumnResize: UndefOr[Function1[Int, Unit]]
    Annotations
    @JSOptional()
  27. val onRender: UndefOr[Function3[Any, Int, Any, ReactNode]]
    Annotations
    @JSOptional()
  28. val onRenderDivider: UndefOr[IRenderFunction[ColumnProps]]
    Annotations
    @JSOptional()
  29. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  30. val sortAscendingAriaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  31. val styles: UndefOr[IStyleFunctionOrObject[ColumnStyleProps, ColumnStyles]]
    Annotations
    @JSOptional()
  32. def toLocaleString(): String
    Definition Classes
    Object
  33. def valueOf(): Any
    Definition Classes
    Object