Images View Image
data class ImagesViewImage(val thumb: Uri, val fullsize: Uri, val alt: String, val aspectRatio: AspectRatio? = null)
Parameters
thumb
Fully-qualified URL where a thumbnail of the image can be fetched. For example, CDN location provided by the App View.
fullsize
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.
alt
Alt text description of the image, for accessibility.