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, children: ChildrenArgs = Seq.empty) extends GenericFnComponentPC[SegmentProps, Segment] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericFnComponentC[SegmentProps, PropsAndChildren, Unit, Segment], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Segment
  2. Serializable
  3. Product
  4. Equals
  5. GenericFnComponentC
  6. AnyRef
  7. 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, children: ChildrenArgs = 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. val as: UndefOr[AsC]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val attached: UndefOr[SegmentAttached]
  7. val basic: UndefOr[Boolean]
  8. val child: UndefOr[VdomNode]
  9. val children: ChildrenArgs
    Definition Classes
    Segment → GenericFnComponentC
  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 content: UndefOr[VdomNode]
  18. def cprops: SegmentProps
    Attributes
    protected
    Definition Classes
    Segment → GenericFnComponentC
  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[semanticui.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. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val padded: UndefOr[String]
  31. val piled: UndefOr[Boolean]
  32. val placeholder: UndefOr[Boolean]
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. val raised: UndefOr[Boolean]
  35. def render: RenderFn[SegmentProps]
    Definition Classes
    GenericFnComponentC
    Annotations
    @inline()
  36. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[SegmentProps, Unit, SegmentProps]
    Definition Classes
    Segment → GenericFnComponentC
    Annotations
    @inline()
  37. val secondary: UndefOr[Boolean]
  38. val size: UndefOr[semanticui.SemanticSize]
  39. val stacked: UndefOr[Boolean]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. val tertiary: UndefOr[Boolean]
  42. val textAlign: UndefOr[semanticui.SemanticTextAlignment]
  43. val vertical: UndefOr[Boolean]
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. def withChildren(children: ChildrenArgs): Segment
    Definition Classes
    Segment → GenericFnComponentC

Inherited from Serializable

Inherited from Product

Inherited from Equals

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

Inherited from AnyRef

Inherited from Any

Ungrouped