Packages

trait LabelProps extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LabelProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val prompt: UndefOr[Boolean]

    A label can prompt for an error in your forms.

Concrete Value Members

  1. val active: UndefOr[Boolean]
  2. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  3. val as: UndefOr[AsT]
  4. val attached: UndefOr[String]
  5. val basic: UndefOr[Boolean]
  6. val children: UndefOr[Node]
  7. val circular: UndefOr[Boolean]
  8. val className: UndefOr[String]
  9. val color: UndefOr[SemanticCOLORS]
  10. val content: UndefOr[SemanticShorthandContent]
  11. val corner: UndefOr[|[Boolean, String]]
  12. val detail: UndefOr[SemanticShorthandItemS[LabelDetailProps]]
  13. val empty: UndefOr[Any]
  14. val floating: UndefOr[Boolean]
  15. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  16. val horizontal: UndefOr[Boolean]
  17. val icon: UndefOr[SemanticShorthandItemSB[IconProps]]
  18. val image: UndefOr[Any]
  19. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  20. val onClick: UndefOr[Function2[japgolly.scalajs.react.ReactMouseEvent, LabelProps, Unit]]
  21. val onRemove: UndefOr[Function2[japgolly.scalajs.react.ReactMouseEvent, LabelProps, Unit]]
  22. val pointing: UndefOr[|[Boolean, String]]
  23. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  24. val removeIcon: UndefOr[SemanticShorthandItemSB[IconProps]]
  25. val ribbon: UndefOr[|[Boolean, String]]
  26. val size: UndefOr[SemanticSIZES]
  27. val tag: UndefOr[Boolean]
  28. def toLocaleString(): String
    Definition Classes
    Object
  29. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  30. def valueOf(): Any
    Definition Classes
    Object