Packages

trait ItemImageProps extends Object with ImageProps

Annotations
@JSType() @native()
Linear Supertypes
ImageProps, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ItemImageProps
  2. ImageProps
  3. Object
  4. Any
  5. AnyRef
  6. 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.

    Shorthand for Label.

    Definition Classes
    ImageProps

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
    Definition Classes
    ImageProps
    Annotations
    @JSBracketAccess()
  5. 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
  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.

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

    Definition Classes
    ImageProps
  8. 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
  9. 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
  10. val children: UndefOr[Node]

    Primary content.

    Primary content.

    Definition Classes
    ImageProps
  11. val circular: UndefOr[Boolean]

    An image may appear circular.

    An image may appear circular.

    Definition Classes
    ImageProps
  12. val className: UndefOr[String]

    Additional classes.

    Additional classes.

    Definition Classes
    ImageProps
  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.

    Shorthand for primary content.

    Definition Classes
    ImageProps
  15. val dimmer: UndefOr[DimmerProps]

    Shorthand for Dimmer.

    Shorthand for Dimmer.

    Definition Classes
    ImageProps
  16. 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
  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.

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

    Definition Classes
    ImageProps
  21. 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
  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.

    An image can be hidden.

    Definition Classes
    ImageProps
  26. val href: UndefOr[String]

    Renders the Image as an tag with this href.

  27. val inline: UndefOr[Boolean]

    An image may appear inline.

    An image may appear inline.

    Definition Classes
    ImageProps
  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.

    An image may appear rounded.

    Definition Classes
    ImageProps
  35. val size: UndefOr[SemanticSIZES]

    An image may appear at different sizes.

    An image may appear at different sizes.

    Definition Classes
    ImageProps
  36. 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
  37. val src: UndefOr[String]
    Definition Classes
    ImageProps
  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.

    Whether or not to add the ui className.

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

    An image can specify its vertical alignment.

    An image can specify its vertical alignment.

    Definition Classes
    ImageProps
  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.

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

    Definition Classes
    ImageProps

Inherited from ImageProps

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped