Packages

trait ImageProps extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImageProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val label: UndefOr[SemanticShorthandItemS[LabelProps]]

    Shorthand for Label.

Concrete Value Members

  1. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  2. val as: UndefOr[AsT]

    An element type to render as (string or function).

  3. val avatar: UndefOr[Boolean]

    An image may be formatted to appear inline with text as an avatar.

  4. val bordered: UndefOr[Boolean]

    An image may include a border to emphasize the edges of white or transparent content.

  5. val centered: UndefOr[Boolean]

    An image can appear centered in a content block.

  6. val children: UndefOr[Node]

    Primary content.

  7. val circular: UndefOr[Boolean]

    An image may appear circular.

  8. val className: UndefOr[String]

    Additional classes.

  9. val content: UndefOr[SemanticShorthandContent]

    Shorthand for primary content.

  10. val dimmer: UndefOr[DimmerProps]

    Shorthand for Dimmer.

  11. val disabled: UndefOr[Boolean]

    An image can show that it is disabled and cannot be selected.

  12. val floated: UndefOr[SemanticFLOATS]

    An image can sit to the left or right of other content.

  13. val fluid: UndefOr[|[Boolean, String]]

    An image can take up the width of its container.

  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. val hidden: UndefOr[Boolean]

    An image can be hidden.

  16. val href: UndefOr[String]

    Renders the Image as an tag with this href.

    Renders the Image as an tag with this href.

  17. val inline: UndefOr[Boolean]

    An image may appear inline.

  18. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  19. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  20. val rounded: UndefOr[Boolean]

    An image may appear rounded.

  21. val size: UndefOr[SemanticSIZES]

    An image may appear at different sizes.

  22. val spaced: UndefOr[|[Boolean, String]]

    An image can specify that it needs an additional spacing to separate it from nearby content.

  23. val src: UndefOr[String]
  24. def toLocaleString(): String
    Definition Classes
    Object
  25. val ui: UndefOr[Boolean]

    Whether or not to add the ui className.

  26. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  27. def valueOf(): Any
    Definition Classes
    Object
  28. val verticalAlign: UndefOr[SemanticVERTICALALIGNMENTS]

    An image can specify its vertical alignment.

  29. val wrapped: UndefOr[Boolean]

    An image can render wrapped in a div.ui.image as alternative HTML markup.