Packages

final case class Icon(as: UndefOr[AsC] = js.undefined, bordered: UndefOr[Boolean] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, corner: UndefOr[IconCorner] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, fitted: UndefOr[Boolean] = js.undefined, flipped: UndefOr[IconFlip] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, link: UndefOr[Boolean] = js.undefined, loading: UndefOr[Boolean] = js.undefined, name: UndefOr[SemanticICONS] = js.undefined, rotated: UndefOr[IconRotated] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, ariaLabel: UndefOr[String] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[IconProps] with Product with Serializable

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

Instance Constructors

  1. new Icon(as: UndefOr[AsC] = js.undefined, bordered: UndefOr[Boolean] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, corner: UndefOr[IconCorner] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, fitted: UndefOr[Boolean] = js.undefined, flipped: UndefOr[IconFlip] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, link: UndefOr[Boolean] = js.undefined, loading: UndefOr[Boolean] = js.undefined, name: UndefOr[SemanticICONS] = js.undefined, rotated: UndefOr[IconRotated] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, ariaLabel: UndefOr[String] = 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 ariaLabel: UndefOr[String]
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bordered: UndefOr[Boolean]
  8. val children: ChildrenArgs
    Definition Classes
    Icon → GenericComponentC
  9. val circular: UndefOr[Boolean]
  10. val className: UndefOr[String]
  11. val clazz: UndefOr[Css]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val color: UndefOr[SemanticColor]
  14. val corner: UndefOr[IconCorner]
  15. def cprops: IconProps
    Definition Classes
    Icon → GenericComponentC
  16. val disabled: UndefOr[Boolean]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. val fitted: UndefOr[Boolean]
  20. val flipped: UndefOr[IconFlip]
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val inverted: UndefOr[Boolean]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val link: UndefOr[Boolean]
  25. val loading: UndefOr[Boolean]
  26. val name: UndefOr[SemanticICONS]
  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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. def render: Render[IconProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  32. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[IconProps, MountedWithRoot[[A]A, IconProps, Null, Component[IconProps, Null], IconProps, Null], IconProps, MountedWithRoot[[A]A, IconProps, Null, Component[IconProps, Null], IconProps, Null]]
    Definition Classes
    Icon → GenericComponentC
    Annotations
    @inline()
  33. val rotated: UndefOr[IconRotated]
  34. val size: UndefOr[SemanticSize]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. def withChildren(children: ChildrenArgs): Icon
    Definition Classes
    Icon → GenericComponentC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericComponentC[IconProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped