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
Ordering
- Alphabetic
- By Inheritance
Inherited
- GridColumn
- Serializable
- Product
- Equals
- GenericFnComponentAC
- PassthroughAC
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- def addModifiers(modifiers: Seq[TagMod]): GridColumn
- Definition Classes
- GridColumn → GenericFnComponentAC
- val as: UndefOr[AsC]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- val color: UndefOr[SemanticColor]
- val computer: UndefOr[SemanticWidth]
- val floated: UndefOr[SemanticFloat]
- val largeScreen: UndefOr[SemanticWidth]
- val mobile: UndefOr[SemanticWidth]
- val modifiers: Seq[TagMod]
- Definition Classes
- GridColumn → Passthrough
- val only: UndefOr[GridOnly]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawModifiers: (GridColumnProps, List[VdomNode])
- Definition Classes
- PassthroughAC
- def render: RenderFn[GridColumnProps]
- Definition Classes
- GenericFnComponentAC
- Annotations
- @inline()
- val stretched: UndefOr[Boolean]
- val tablet: UndefOr[SemanticWidth]
- val textAlign: UndefOr[SemanticTextAlignment]
- val verticalAlign: UndefOr[SemanticVerticalAlignment]
- val widescreen: UndefOr[SemanticWidth]
- val width: UndefOr[SemanticWidth]