final case class Image(as: UndefOr[AsC] = js.undefined, avatar: UndefOr[Boolean] = js.undefined, bordered: UndefOr[Boolean] = js.undefined, centered: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = 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[VdomNode] = js.undefined, floated: UndefOr[semanticui.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[VdomNode] = js.undefined, rounded: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, spaced: UndefOr[ImageSpaced] = js.undefined, src: UndefOr[String] = js.undefined, ui: UndefOr[Boolean] = js.undefined, verticalAlign: UndefOr[semanticui.SemanticVerticalAlignment] = js.undefined, wrapped: UndefOr[Boolean] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericFnComponentPC[ImageProps, Image] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Image
- Serializable
- Product
- Equals
- GenericFnComponentC
- 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, child: UndefOr[VdomNode] = 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[VdomNode] = js.undefined, floated: UndefOr[semanticui.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[VdomNode] = js.undefined, rounded: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, spaced: UndefOr[ImageSpaced] = js.undefined, src: UndefOr[String] = js.undefined, ui: UndefOr[Boolean] = js.undefined, verticalAlign: UndefOr[semanticui.SemanticVerticalAlignment] = js.undefined, wrapped: UndefOr[Boolean] = js.undefined, children: ChildrenArgs = 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
- 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 child: UndefOr[VdomNode]
- val children: ChildrenArgs
- Definition Classes
- Image → GenericFnComponentC
- 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 content: UndefOr[VdomNode]
- def cprops: ImageProps
- Attributes
- protected
- Definition Classes
- Image → GenericFnComponentC
- val dimmer: UndefOr[VdomNode]
- 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[semanticui.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[VdomNode]
- 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 render: RenderFn[ImageProps]
- Definition Classes
- GenericFnComponentC
- Annotations
- @inline()
- def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[ImageProps, Unit, ImageProps]
- Definition Classes
- Image → GenericFnComponentC
- Annotations
- @inline()
- val rounded: UndefOr[Boolean]
- val size: UndefOr[semanticui.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[semanticui.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()
- def withChildren(children: ChildrenArgs): Image
- Definition Classes
- Image → GenericFnComponentC
- val wrapped: UndefOr[Boolean]