ImagesImage

data class ImagesImage(val image: Blob, val alt: String, val aspectRatio: ImagesAspectRatio? = null)

Constructors

Link copied to clipboard
constructor(image: Blob, alt: String, aspectRatio: ImagesAspectRatio? = null)

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 image: Blob