Packages

final case class Label(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, attached: UndefOr[LabelAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, child: UndefOr[Node] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, content: UndefOr[SemanticShortHandContent] = js.undefined, corner: UndefOr[LabelCorner] = js.undefined, detail: UndefOr[LabelDetail] = js.undefined, empty: UndefOr[Boolean] = js.undefined, floating: UndefOr[Boolean] = js.undefined, horizontal: UndefOr[Boolean] = js.undefined, icon: UndefOr[Icon] = js.undefined, image: UndefOr[Boolean] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, onRemove: UndefOr[OnClick] = js.undefined, pointing: UndefOr[LabelPointing] = js.undefined, prompt: UndefOr[Boolean] = js.undefined, removeIcon: UndefOr[Icon] = js.undefined, ribbon: UndefOr[LabelRibbon] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tag: UndefOr[Boolean] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[LabelProps] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, GenericComponentC[LabelProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Label
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GenericComponentC
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Label(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, attached: UndefOr[LabelAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, child: UndefOr[Node] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, content: UndefOr[SemanticShortHandContent] = js.undefined, corner: UndefOr[LabelCorner] = js.undefined, detail: UndefOr[LabelDetail] = js.undefined, empty: UndefOr[Boolean] = js.undefined, floating: UndefOr[Boolean] = js.undefined, horizontal: UndefOr[Boolean] = js.undefined, icon: UndefOr[Icon] = js.undefined, image: UndefOr[Boolean] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, onRemove: UndefOr[OnClick] = js.undefined, pointing: UndefOr[LabelPointing] = js.undefined, prompt: UndefOr[Boolean] = js.undefined, removeIcon: UndefOr[Icon] = js.undefined, ribbon: UndefOr[LabelRibbon] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tag: 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 active: UndefOr[Boolean]
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attached: UndefOr[LabelAttached]
  8. val basic: UndefOr[Boolean]
  9. val child: UndefOr[Node]
  10. val children: ChildrenArgs
    Definition Classes
    Label → GenericComponentC
  11. val circular: UndefOr[Boolean]
  12. val className: UndefOr[String]
  13. val clazz: UndefOr[Css]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. val color: UndefOr[SemanticColor]
  16. val content: UndefOr[SemanticShortHandContent]
  17. val corner: UndefOr[LabelCorner]
  18. val detail: UndefOr[LabelDetail]
  19. val empty: 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 floating: UndefOr[Boolean]
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val horizontal: UndefOr[Boolean]
  25. val icon: UndefOr[Icon]
  26. val image: UndefOr[Boolean]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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 onClick: UndefOr[Callback]
  32. val onClickE: UndefOr[OnClick]
  33. val onRemove: UndefOr[OnClick]
  34. val pointing: UndefOr[LabelPointing]
  35. val prompt: UndefOr[Boolean]
  36. val removeIcon: UndefOr[Icon]
  37. def render: Render[LabelProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  38. def renderWith: (Seq[ChildArg]) ⇒ UnmountedWithRoot[LabelProps, MountedWithRoot[[A]A, LabelProps, Null, Component[LabelProps, Null], LabelProps, Null], LabelProps, MountedWithRoot[[A]A, LabelProps, Null, Component[LabelProps, Null], LabelProps, Null]]
    Definition Classes
    Label → GenericComponentC
    Annotations
    @inline()
  39. val ribbon: UndefOr[LabelRibbon]
  40. val size: UndefOr[SemanticSize]
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. val tag: UndefOr[Boolean]
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. def withChildren(children: ChildrenArgs): Label
    Definition Classes
    Label → GenericComponentC

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericComponentC[LabelProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped