final case class TableCell(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, collapsing: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[japgolly.scalajs.react.vdom.html_<^.VdomNode]] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandS[Icon]] = js.undefined, negative: UndefOr[Boolean] = js.undefined, positive: UndefOr[Boolean] = js.undefined, selectable: UndefOr[Boolean] = js.undefined, singleLine: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[TableTextAlign] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, warning: UndefOr[Boolean] = js.undefined, width: UndefOr[SemanticWidth] = js.undefined, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod] = Seq.empty) extends GenericComponentPAC[TableCellProps, TableCell] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[TableCellProps, PropsAndChildren, Unit, TableCell], PassthroughAC[TableCellProps], Passthrough[TableCellProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableCell
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TableCell(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, collapsing: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[japgolly.scalajs.react.vdom.html_<^.VdomNode]] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandS[Icon]] = js.undefined, negative: UndefOr[Boolean] = js.undefined, positive: UndefOr[Boolean] = js.undefined, selectable: UndefOr[Boolean] = js.undefined, singleLine: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[TableTextAlign] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, warning: UndefOr[Boolean] = js.undefined, width: UndefOr[SemanticWidth] = js.undefined, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod] = Seq.empty)

Value Members

  1. val active: UndefOr[Boolean]
  2. def addModifiers(modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]): TableCell
    Definition Classes
    TableCell → GenericJsComponentAC
  3. val as: UndefOr[AsC]
  4. val className: UndefOr[String]
  5. val clazz: UndefOr[Css]
  6. val collapsing: UndefOr[Boolean]
  7. val content: UndefOr[ShorthandS[japgolly.scalajs.react.vdom.html_<^.VdomNode]]
  8. val disabled: UndefOr[Boolean]
  9. val error: UndefOr[Boolean]
  10. val icon: UndefOr[ShorthandS[Icon]]
  11. val modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]
    Definition Classes
    TableCell → Passthrough
  12. val negative: UndefOr[Boolean]
  13. val positive: UndefOr[Boolean]
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. def rawModifiers: (TableCellProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  16. def render: Render[TableCellProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  17. val selectable: UndefOr[Boolean]
  18. val singleLine: UndefOr[Boolean]
  19. val textAlign: UndefOr[TableTextAlign]
  20. val verticalAlign: UndefOr[SemanticVerticalAlignment]
  21. val warning: UndefOr[Boolean]
  22. val width: UndefOr[SemanticWidth]