final case class Segment(as: UndefOr[AsC] = js.undefined, attached: UndefOr[SegmentAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, clearing: UndefOr[Boolean] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, floated: UndefOr[SemanticFloat] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, loading: UndefOr[Boolean] = js.undefined, padded: UndefOr[String] = js.undefined, placeholder: UndefOr[Boolean] = js.undefined, piled: UndefOr[Boolean] = js.undefined, raised: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, stacked: UndefOr[Boolean] = js.undefined, tertiary: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, vertical: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[SegmentProps, Segment] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Segment
- Serializable
- Product
- Equals
- GenericFnComponentAC
- PassthroughAC
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Segment(as: UndefOr[AsC] = js.undefined, attached: UndefOr[SegmentAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, clearing: UndefOr[Boolean] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, floated: UndefOr[SemanticFloat] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, loading: UndefOr[Boolean] = js.undefined, padded: UndefOr[String] = js.undefined, placeholder: UndefOr[Boolean] = js.undefined, piled: UndefOr[Boolean] = js.undefined, raised: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, stacked: UndefOr[Boolean] = js.undefined, tertiary: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, vertical: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)
Value Members
- def addModifiers(modifiers: Seq[TagMod]): Segment
- Definition Classes
- Segment → GenericFnComponentAC
- val as: UndefOr[AsC]
- val attached: UndefOr[SegmentAttached]
- val basic: UndefOr[Boolean]
- val circular: UndefOr[Boolean]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- val clearing: UndefOr[Boolean]
- val color: UndefOr[SemanticColor]
- val compact: UndefOr[Boolean]
- val content: UndefOr[ShorthandS[VdomNode]]
- val disabled: UndefOr[Boolean]
- val floated: UndefOr[SemanticFloat]
- val inverted: UndefOr[Boolean]
- val loading: UndefOr[Boolean]
- val modifiers: Seq[TagMod]
- Definition Classes
- Segment → Passthrough
- val padded: UndefOr[String]
- val piled: UndefOr[Boolean]
- val placeholder: UndefOr[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val raised: UndefOr[Boolean]
- def rawModifiers: (SegmentProps, List[VdomNode])
- Definition Classes
- PassthroughAC
- def render: RenderFn[SegmentProps]
- Definition Classes
- GenericFnComponentAC
- Annotations
- @inline()
- val secondary: UndefOr[Boolean]
- val size: UndefOr[SemanticSize]
- val stacked: UndefOr[Boolean]
- val tertiary: UndefOr[Boolean]
- val textAlign: UndefOr[SemanticTextAlignment]
- val vertical: UndefOr[Boolean]