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, Serializable, Product, Equals, GenericComponentC[IconProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Icon
  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 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( ... ) @native()
  13. val color: UndefOr[SemanticColor]
  14. val corner: UndefOr[IconCorner]
  15. val disabled: UndefOr[Boolean]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. val fitted: UndefOr[Boolean]
  19. val flipped: UndefOr[IconFlip]
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val inverted: UndefOr[Boolean]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val link: UndefOr[Boolean]
  24. val loading: UndefOr[Boolean]
  25. val name: UndefOr[SemanticICONS]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def render: Render[IconProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  30. 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()
  31. val rotated: UndefOr[IconRotated]
  32. val size: UndefOr[SemanticSize]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. def withChildren(children: ChildrenArgs): Icon
    Definition Classes
    Icon → GenericComponentC

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericComponentC[IconProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped