Packages

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[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[ShorthandS[Label]] = 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, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[ImageProps, Image] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericFnComponentAC[ImageProps, PropsAndChildren, Unit, Image], PassthroughAC[ImageProps], Passthrough[ImageProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Image
  2. Serializable
  3. Product
  4. Equals
  5. GenericFnComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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[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[ShorthandS[Label]] = 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, 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]): Image
    Definition Classes
    Image → GenericFnComponentAC
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val avatar: UndefOr[Boolean]
  8. val bordered: UndefOr[Boolean]
  9. val centered: UndefOr[Boolean]
  10. val circular: UndefOr[Boolean]
  11. val className: UndefOr[String]
  12. val clazz: UndefOr[Css]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. 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
  15. val content: UndefOr[VdomNode]
  16. def cprops: ImageProps
    Attributes
    protected
    Definition Classes
    Image → Passthrough
  17. val dimmer: UndefOr[Dimmer]
  18. val disabled: UndefOr[Boolean]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. val floated: UndefOr[semanticui.SemanticFloat]
  22. val fluid: UndefOr[|[Boolean, String]]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val hidden: UndefOr[Boolean]
  25. val href: UndefOr[String]
  26. val inline: UndefOr[Boolean]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val label: UndefOr[ShorthandS[Label]]
  29. val modifiers: Seq[TagMod]
    Definition Classes
    Image → Passthrough
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. def rawModifiers: (ImageProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  35. def render: RenderFn[ImageProps]
    Definition Classes
    GenericFnComponentAC
    Annotations
    @inline()
  36. val rounded: UndefOr[Boolean]
  37. val size: UndefOr[semanticui.SemanticSize]
  38. val spaced: UndefOr[ImageSpaced]
  39. val src: UndefOr[String]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. val ui: UndefOr[Boolean]
  42. val verticalAlign: UndefOr[semanticui.SemanticVerticalAlignment]
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. val wrapped: UndefOr[Boolean]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericFnComponentAC[ImageProps, PropsAndChildren, Unit, Image]

Inherited from PassthroughAC[ImageProps]

Inherited from Passthrough[ImageProps]

Inherited from AnyRef

Inherited from Any

Ungrouped