ImagesViewImage

data class ImagesViewImage(val alt: String, val aspectRatio: AspectRatio? = null, val fullsize: <Error class: unknown class>, val thumb: <Error class: unknown class>)

Constructors

Link copied to clipboard
constructor(alt: String, aspectRatio: AspectRatio? = null, fullsize: <Error class: unknown class>, thumb: <Error class: unknown class>)

Properties

Link copied to clipboard
val alt: String

Alt text description of the image, for accessibility.

Link copied to clipboard
Link copied to clipboard
val fullsize: <Error class: unknown class>

Fully-qualified URL where a large version of the image can be fetched. May or may not be the exact original blob. For example, CDN location provided by the App View.

Link copied to clipboard
val thumb: <Error class: unknown class>

Fully-qualified URL where a thumbnail of the image can be fetched. For example, CDN location provided by the App View.