Packages

trait ImageProps extends Object

Annotations
@JSType() @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. 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 apply(key: String): Any
    Annotations
    @JSBracketAccess()
  5. val as: UndefOr[AsT]

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

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val avatar: UndefOr[Boolean]

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

  8. val bordered: UndefOr[Boolean]

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

  9. val centered: UndefOr[Boolean]

    An image can appear centered in a content block.

  10. val children: UndefOr[Node]

    Primary content.

  11. val circular: UndefOr[Boolean]

    An image may appear circular.

  12. val className: UndefOr[String]

    Additional classes.

  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. val content: UndefOr[SemanticShorthandContent]

    Shorthand for primary content.

  15. val dimmer: UndefOr[DimmerProps]

    Shorthand for Dimmer.

  16. val disabled: UndefOr[Boolean]

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

  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. val floated: UndefOr[SemanticFLOATS]

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

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

    An image can take up the width of its container.

  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. val hidden: UndefOr[Boolean]

    An image can be hidden.

  26. val href: UndefOr[String]

    Renders the Image as an tag with this href.

    Renders the Image as an tag with this href.

  27. val inline: UndefOr[Boolean]

    An image may appear inline.

  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  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 propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  34. val rounded: UndefOr[Boolean]

    An image may appear rounded.

  35. val size: UndefOr[SemanticSIZES]

    An image may appear at different sizes.

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

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

  37. val src: UndefOr[String]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toLocaleString(): String
    Definition Classes
    Object
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. val ui: UndefOr[Boolean]

    Whether or not to add the ui className.

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

    An image can specify its vertical alignment.

  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. val wrapped: UndefOr[Boolean]

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

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped