final case class Image(as: UndefOr[AsC] = js.undefined, avatar: UndefOr[Boolean] = js.undefined, bordered: UndefOr[Boolean] = js.undefined, centered: UndefOr[Boolean] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, dimmer: UndefOr[Dimmer] = js.undefined, floated: UndefOr[SemanticFloat] = js.undefined, fluid: UndefOr[|[Boolean, String]] = js.undefined, hidden: UndefOr[Boolean] = js.undefined, href: UndefOr[String] = js.undefined, inline: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, rounded: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, spaced: UndefOr[ImageSpaced] = js.undefined, src: UndefOr[String] = js.undefined, ui: UndefOr[Boolean] = js.undefined, verticalAlign: UndefOr[verticalalignment.SemanticVerticalAlignment] = js.undefined, wrapped: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[ImageProps, Image] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Image
- Serializable
- Product
- Equals
- GenericFnComponentAC
- PassthroughAC
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Image(as: UndefOr[AsC] = js.undefined, avatar: UndefOr[Boolean] = js.undefined, bordered: UndefOr[Boolean] = js.undefined, centered: UndefOr[Boolean] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, dimmer: UndefOr[Dimmer] = js.undefined, floated: UndefOr[SemanticFloat] = js.undefined, fluid: UndefOr[|[Boolean, String]] = js.undefined, hidden: UndefOr[Boolean] = js.undefined, href: UndefOr[String] = js.undefined, inline: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, rounded: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, spaced: UndefOr[ImageSpaced] = js.undefined, src: UndefOr[String] = js.undefined, ui: UndefOr[Boolean] = js.undefined, verticalAlign: UndefOr[verticalalignment.SemanticVerticalAlignment] = js.undefined, wrapped: UndefOr[Boolean] = 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]): Image
- Definition Classes
- Image → GenericFnComponentAC
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val avatar: UndefOr[Boolean]
- val bordered: UndefOr[Boolean]
- val centered: 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 component: japgolly.scalajs.react.component.JsFn.ComponentWithRoot[ImageProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ImageProps, Unit, ImageProps], ImageProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ImageProps, Unit, ImageProps]]
- Attributes
- protected
- Definition Classes
- Image → GenericFnComponentAC
- val content: UndefOr[VdomNode]
- def cprops: ImageProps
- Attributes
- protected
- Definition Classes
- Image → Passthrough
- val dimmer: UndefOr[Dimmer]
- 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 floated: UndefOr[SemanticFloat]
- val fluid: UndefOr[|[Boolean, String]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hidden: UndefOr[Boolean]
- val href: UndefOr[String]
- val inline: UndefOr[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: UndefOr[ShorthandS[Label]]
- val modifiers: Seq[TagMod]
- Definition Classes
- Image → Passthrough
- 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 rawModifiers: (ImageProps, List[VdomNode])
- Definition Classes
- PassthroughAC
- def render: RenderFn[ImageProps]
- Definition Classes
- GenericFnComponentAC
- Annotations
- @inline()
- val rounded: UndefOr[Boolean]
- val size: UndefOr[SemanticSize]
- val spaced: UndefOr[ImageSpaced]
- val src: UndefOr[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val ui: UndefOr[Boolean]
- val verticalAlign: UndefOr[verticalalignment.SemanticVerticalAlignment]
- 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()
- val wrapped: UndefOr[Boolean]