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[semanticui.SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, floated: UndefOr[semanticui.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[semanticui.SemanticSize] = js.undefined, stacked: UndefOr[Boolean] = js.undefined, tertiary: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[semanticui.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[semanticui.SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, floated: UndefOr[semanticui.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[semanticui.SemanticSize] = js.undefined, stacked: UndefOr[Boolean] = js.undefined, tertiary: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[semanticui.SemanticTextAlignment] = js.undefined, vertical: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addModifiers(modifiers: Seq[TagMod]): Segment
- Definition Classes
- Segment → GenericFnComponentAC
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attached: UndefOr[SegmentAttached]
- val basic: UndefOr[Boolean]
- val circular: UndefOr[Boolean]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- val clearing: UndefOr[Boolean]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val color: UndefOr[semanticui.SemanticColor]
- val compact: UndefOr[Boolean]
- val component: japgolly.scalajs.react.component.JsFn.ComponentWithRoot[SegmentProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[SegmentProps, Unit, SegmentProps], SegmentProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[SegmentProps, Unit, SegmentProps]]
- Attributes
- protected
- Definition Classes
- Segment → GenericFnComponentAC
- val content: UndefOr[ShorthandS[VdomNode]]
- def cprops: SegmentProps
- Attributes
- protected
- Definition Classes
- Segment → Passthrough
- val disabled: UndefOr[Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val floated: UndefOr[semanticui.SemanticFloat]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val inverted: UndefOr[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val loading: UndefOr[Boolean]
- val modifiers: Seq[TagMod]
- Definition Classes
- Segment → Passthrough
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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[semanticui.SemanticSize]
- val stacked: UndefOr[Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tertiary: UndefOr[Boolean]
- val textAlign: UndefOr[semanticui.SemanticTextAlignment]
- val vertical: UndefOr[Boolean]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()