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[semanticui.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[String] = js.undefined, rotated: UndefOr[IconRotated] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, ariaLabel: UndefOr[String] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPA[IconProps, Icon] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentA[IconProps, Props, Unit, Icon], PassthroughA[IconProps], Passthrough[IconProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Icon
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentA
  6. PassthroughA
  7. Passthrough
  8. AnyRef
  9. 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[semanticui.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[String] = js.undefined, rotated: UndefOr[IconRotated] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, ariaLabel: UndefOr[String] = js.undefined, modifiers: Seq[TagMod] = 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. def addModifiers(modifiers: Seq[TagMod]): Icon
    Definition Classes
    Icon → GenericJsComponentA
  5. val ariaLabel: UndefOr[String]
  6. val as: UndefOr[AsC]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val bordered: UndefOr[Boolean]
  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[semanticui.SemanticColor]
  14. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[IconProps, [-p, +u]Props[p, u], UnmountedWithRoot[IconProps, MountedWithRoot[[A]A, IconProps, Null, Component[IconProps, Null], IconProps, Null], IconProps, MountedWithRoot[[A]A, IconProps, Null, Component[IconProps, Null], IconProps, Null]], IconProps, [-p, +u]Props[p, u], 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 → GenericJsComponentA
  15. val corner: UndefOr[IconCorner]
  16. def cprops: IconProps
    Attributes
    protected
    Definition Classes
    Icon → Passthrough
  17. val disabled: UndefOr[Boolean]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. val fitted: UndefOr[Boolean]
  21. val flipped: UndefOr[IconFlip]
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val inverted: UndefOr[Boolean]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val link: UndefOr[Boolean]
  26. val loading: UndefOr[Boolean]
  27. val modifiers: Seq[TagMod]
    Definition Classes
    Icon → Passthrough
  28. val name: UndefOr[String]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. def rawProps: IconProps
    Definition Classes
    PassthroughA
  34. def render: Render[IconProps]
    Definition Classes
    GenericJsComponentA
    Annotations
    @inline()
  35. val rotated: UndefOr[IconRotated]
  36. val size: UndefOr[semanticui.SemanticSize]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentA[IconProps, Props, Unit, Icon]

Inherited from PassthroughA[IconProps]

Inherited from Passthrough[IconProps]

Inherited from AnyRef

Inherited from Any

Ungrouped