ImagesImage

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

Parameters

alt

Alt text description of the image, for accessibility.

Constructors

Link copied to clipboard
constructor(image: Blob, alt: String, aspectRatio: AspectRatio? = 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