trait ItemImageProps extends Object with ImageProps
- Annotations
- @JSType() @native()
- Alphabetic
- By Inheritance
- ItemImageProps
- ImageProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract val label: UndefOr[SemanticShorthandItemS[LabelProps]]
Shorthand for Label.
Shorthand for Label.
- Definition Classes
- ImageProps
Concrete 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 apply(key: String): Any
- Definition Classes
- ImageProps
- Annotations
- @JSBracketAccess()
- val as: UndefOr[AsT]
An element type to render as (string or function).
An element type to render as (string or function).
- Definition Classes
- ImageProps
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val avatar: UndefOr[Boolean]
An image may be formatted to appear inline with text as an avatar.
An image may be formatted to appear inline with text as an avatar.
- Definition Classes
- ImageProps
- val bordered: UndefOr[Boolean]
An image may include a border to emphasize the edges of white or transparent content.
An image may include a border to emphasize the edges of white or transparent content.
- Definition Classes
- ImageProps
- val centered: UndefOr[Boolean]
An image can appear centered in a content block.
An image can appear centered in a content block.
- Definition Classes
- ImageProps
- val children: UndefOr[Node]
Primary content.
Primary content.
- Definition Classes
- ImageProps
- val circular: UndefOr[Boolean]
An image may appear circular.
An image may appear circular.
- Definition Classes
- ImageProps
- val className: UndefOr[String]
Additional classes.
Additional classes.
- Definition Classes
- ImageProps
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val content: UndefOr[SemanticShorthandContent]
Shorthand for primary content.
Shorthand for primary content.
- Definition Classes
- ImageProps
- val dimmer: UndefOr[DimmerProps]
Shorthand for Dimmer.
Shorthand for Dimmer.
- Definition Classes
- ImageProps
- val disabled: UndefOr[Boolean]
An image can show that it is disabled and cannot be selected.
An image can show that it is disabled and cannot be selected.
- Definition Classes
- ImageProps
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val floated: UndefOr[SemanticFLOATS]
An image can sit to the left or right of other content.
An image can sit to the left or right of other content.
- Definition Classes
- ImageProps
- val fluid: UndefOr[|[Boolean, String]]
An image can take up the width of its container.
An image can take up the width of its container.
- Definition Classes
- ImageProps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hidden: UndefOr[Boolean]
An image can be hidden.
An image can be hidden.
- Definition Classes
- ImageProps
- val href: UndefOr[String]
Renders the Image as an tag with this href.
Renders the Image as an tag with this href.
- Definition Classes
- ImageProps
- val inline: UndefOr[Boolean]
An image may appear inline.
An image may appear inline.
- Definition Classes
- ImageProps
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- 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 propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val rounded: UndefOr[Boolean]
An image may appear rounded.
An image may appear rounded.
- Definition Classes
- ImageProps
- val size: UndefOr[SemanticSIZES]
An image may appear at different sizes.
An image may appear at different sizes.
- Definition Classes
- ImageProps
- val spaced: UndefOr[|[Boolean, String]]
An image can specify that it needs an additional spacing to separate it from nearby content.
An image can specify that it needs an additional spacing to separate it from nearby content.
- Definition Classes
- ImageProps
- val src: UndefOr[String]
- Definition Classes
- ImageProps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- val ui: UndefOr[Boolean]
Whether or not to add the ui className.
Whether or not to add the ui className.
- Definition Classes
- ImageProps
- def update(key: String, v: Any): Unit
- Definition Classes
- ImageProps
- Annotations
- @JSBracketAccess()
- def valueOf(): Any
- Definition Classes
- Object
- val verticalAlign: UndefOr[SemanticVERTICALALIGNMENTS]
An image can specify its vertical alignment.
An image can specify its vertical alignment.
- Definition Classes
- ImageProps
- 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]
An image can render wrapped in a
div.ui.image
as alternative HTML markup.An image can render wrapped in a
div.ui.image
as alternative HTML markup.- Definition Classes
- ImageProps