Packages

final case class Segment(as: UndefOr[AsC] = js.undefined, attached: UndefOr[SegmentAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = 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[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
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, child: UndefOr[VdomNode] = 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[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

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