GalleryImage

data class GalleryImage(val image: Blob, val alt: String, val aspectRatio: AspectRatio)

Parameters

alt

Alt text description of the image, for accessibility.

Constructors

Link copied to clipboard
constructor(image: Blob, alt: String, aspectRatio: AspectRatio)

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