trait ImageProps extends Object
- Annotations
- @RawJSType() @native()
- Alphabetic
- By Inheritance
- ImageProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
val
label: UndefOr[SemanticShorthandContent]
Shorthand for Label.
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
- Annotations
- @JSBracketAccess()
-
val
as: UndefOr[AsT]
An element type to render as (string or function).
-
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.
-
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.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
content: UndefOr[SemanticShorthandContent]
Shorthand for primary content.
-
val
dimmer: UndefOr[SemanticShorthandContent]
Shorthand for Dimmer.
-
val
disabled: UndefOr[Boolean]
An image can show that it is disabled and cannot be selected.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.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.
-
val
fluid: UndefOr[|[Boolean, String]]
An image can take up the width of its container.
-
final
def
getClass(): Class[_]
- 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.
-
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.
-
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.
-
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]
-
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.
-
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.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
wrapped: UndefOr[Boolean]
An image can render wrapped in a
div.ui.image
as alternative HTML markup.