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