Packages

t

fabric

ISemanticTextColors

trait ISemanticTextColors extends Object

Color values, typically hex.

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

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 actionLink: UndefOr[String]
  5. val actionLinkHovered: UndefOr[String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bodySubtext: UndefOr[String]
  8. val bodyText: UndefOr[String]
  9. val bodyTextChecked: UndefOr[String]
  10. val buttonText: UndefOr[String]
  11. val buttonTextChecked: UndefOr[String]
  12. val buttonTextCheckedHovered: UndefOr[String]
  13. val buttonTextDisabled: UndefOr[String]
  14. val buttonTextHovered: UndefOr[String]
  15. val buttonTextPressed: UndefOr[String]
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  17. val disabledBodyText: UndefOr[String]
  18. val disabledSubtext: UndefOr[String]
  19. val disabledText: UndefOr[String]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. val errorText: UndefOr[String]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val inputPlaceholderText: UndefOr[String]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  29. val link: UndefOr[String]
  30. val linkHovered: UndefOr[String]
  31. val listText: UndefOr[String]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. val primaryButtonText: UndefOr[String]
  36. val primaryButtonTextDisabled: UndefOr[String]
  37. val primaryButtonTextHovered: UndefOr[String]
  38. val primaryButtonTextPressed: UndefOr[String]
  39. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toLocaleString(): String
    Definition Classes
    Object
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def valueOf(): Any
    Definition Classes
    Object
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. val warningText: UndefOr[String]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped