Packages

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
Serializable, Product, Equals, GenericFnComponentAC[SegmentProps, PropsAndChildren, Unit, Segment], PassthroughAC[SegmentProps], Passthrough[SegmentProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Segment
  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 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addModifiers(modifiers: Seq[TagMod]): Segment
    Definition Classes
    Segment → GenericFnComponentAC
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attached: UndefOr[SegmentAttached]
  8. val basic: UndefOr[Boolean]
  9. val circular: UndefOr[Boolean]
  10. val className: UndefOr[String]
  11. val clazz: UndefOr[Css]
  12. val clearing: UndefOr[Boolean]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. val color: UndefOr[SemanticColor]
  15. val compact: UndefOr[Boolean]
  16. 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
  17. val content: UndefOr[ShorthandS[VdomNode]]
  18. def cprops: SegmentProps
    Attributes
    protected
    Definition Classes
    Segment → Passthrough
  19. val disabled: UndefOr[Boolean]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. val floated: UndefOr[SemanticFloat]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val inverted: UndefOr[Boolean]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val loading: UndefOr[Boolean]
  27. val modifiers: Seq[TagMod]
    Definition Classes
    Segment → Passthrough
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val padded: UndefOr[String]
  32. val piled: UndefOr[Boolean]
  33. val placeholder: UndefOr[Boolean]
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. val raised: UndefOr[Boolean]
  36. def rawModifiers: (SegmentProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  37. def render: RenderFn[SegmentProps]
    Definition Classes
    GenericFnComponentAC
    Annotations
    @inline()
  38. val secondary: UndefOr[Boolean]
  39. val size: UndefOr[SemanticSize]
  40. val stacked: UndefOr[Boolean]
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. val tertiary: UndefOr[Boolean]
  43. val textAlign: UndefOr[SemanticTextAlignment]
  44. val vertical: UndefOr[Boolean]
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericFnComponentAC[SegmentProps, PropsAndChildren, Unit, Segment]

Inherited from PassthroughAC[SegmentProps]

Inherited from Passthrough[SegmentProps]

Inherited from AnyRef

Inherited from Any

Ungrouped