Packages

final case class GridColumn(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, computer: UndefOr[SemanticWidth] = js.undefined, floated: UndefOr[SemanticFloat] = js.undefined, largeScreen: UndefOr[SemanticWidth] = js.undefined, mobile: UndefOr[SemanticWidth] = js.undefined, only: UndefOr[GridOnly] = js.undefined, stretched: UndefOr[Boolean] = js.undefined, tablet: UndefOr[SemanticWidth] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, widescreen: UndefOr[SemanticWidth] = js.undefined, width: UndefOr[SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[GridColumnProps, GridColumn] with Product with Serializable

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

Instance Constructors

  1. new GridColumn(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, computer: UndefOr[SemanticWidth] = js.undefined, floated: UndefOr[SemanticFloat] = js.undefined, largeScreen: UndefOr[SemanticWidth] = js.undefined, mobile: UndefOr[SemanticWidth] = js.undefined, only: UndefOr[GridOnly] = js.undefined, stretched: UndefOr[Boolean] = js.undefined, tablet: UndefOr[SemanticWidth] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, widescreen: UndefOr[SemanticWidth] = js.undefined, width: UndefOr[SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): GridColumn
    Definition Classes
    GridColumn → GenericFnComponentAC
  2. val as: UndefOr[AsC]
  3. val className: UndefOr[String]
  4. val clazz: UndefOr[Css]
  5. val color: UndefOr[SemanticColor]
  6. val computer: UndefOr[SemanticWidth]
  7. val floated: UndefOr[SemanticFloat]
  8. val largeScreen: UndefOr[SemanticWidth]
  9. val mobile: UndefOr[SemanticWidth]
  10. val modifiers: Seq[TagMod]
    Definition Classes
    GridColumn → Passthrough
  11. val only: UndefOr[GridOnly]
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. def rawModifiers: (GridColumnProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  14. def render: RenderFn[GridColumnProps]
    Definition Classes
    GenericFnComponentAC
    Annotations
    @inline()
  15. val stretched: UndefOr[Boolean]
  16. val tablet: UndefOr[SemanticWidth]
  17. val textAlign: UndefOr[SemanticTextAlignment]
  18. val verticalAlign: UndefOr[SemanticVerticalAlignment]
  19. val widescreen: UndefOr[SemanticWidth]
  20. val width: UndefOr[SemanticWidth]