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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Icon
- Serializable
- Product
- Equals
- GenericJsComponentA
- PassthroughA
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addModifiers(modifiers: Seq[TagMod]): Icon
- Definition Classes
- Icon → GenericJsComponentA
- val ariaLabel: UndefOr[String]
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bordered: UndefOr[Boolean]
- val circular: UndefOr[Boolean]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val color: UndefOr[semanticui.SemanticColor]
- 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
- val corner: UndefOr[IconCorner]
- def cprops: IconProps
- Attributes
- protected
- Definition Classes
- Icon → Passthrough
- val disabled: UndefOr[Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fitted: UndefOr[Boolean]
- val flipped: UndefOr[IconFlip]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val inverted: UndefOr[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val link: UndefOr[Boolean]
- val loading: UndefOr[Boolean]
- val modifiers: Seq[TagMod]
- Definition Classes
- Icon → Passthrough
- val name: UndefOr[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawProps: IconProps
- Definition Classes
- PassthroughA
- def render: Render[IconProps]
- Definition Classes
- GenericJsComponentA
- Annotations
- @inline()
- val rotated: UndefOr[IconRotated]
- val size: UndefOr[semanticui.SemanticSize]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()