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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Label
- Serializable
- Serializable
- Product
- Equals
- GenericComponentC
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
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
- val active: UndefOr[Boolean]
- val as: UndefOr[AsC]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attached: UndefOr[LabelAttached]
- val basic: UndefOr[Boolean]
- val child: UndefOr[Node]
-
val
children: ChildrenArgs
- Definition Classes
- Label → GenericComponentC
- val circular: UndefOr[Boolean]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val color: UndefOr[SemanticColor]
- val content: UndefOr[SemanticShortHandContent]
- val corner: UndefOr[LabelCorner]
- val detail: UndefOr[LabelDetail]
- val empty: 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 floating: UndefOr[Boolean]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val horizontal: UndefOr[Boolean]
- val icon: UndefOr[Icon]
- val image: UndefOr[Boolean]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 onClick: UndefOr[Callback]
- val onClickE: UndefOr[OnClick]
- val onRemove: UndefOr[OnClick]
- val pointing: UndefOr[LabelPointing]
- val prompt: UndefOr[Boolean]
- val removeIcon: UndefOr[Icon]
-
def
render: Render[LabelProps]
- Definition Classes
- GenericComponentC
- Annotations
- @inline()
-
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()
- val ribbon: UndefOr[LabelRibbon]
- val size: UndefOr[SemanticSize]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tag: UndefOr[Boolean]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withChildren(children: ChildrenArgs): Label
- Definition Classes
- Label → GenericComponentC