ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
app.bsky.embed
/
GalleryImage
Gallery
Image
@
Serializable
data
class
GalleryImage
(
val
image
:
Blob
,
val
alt
:
String
,
val
aspectRatio
:
AspectRatio
)
Parameters
alt
Alt text description of the image, for accessibility.
Members
Constructors
Gallery
Image
Link copied to clipboard
constructor
(
image
:
Blob
,
alt
:
String
,
aspectRatio
:
AspectRatio
)
Properties
alt
Link copied to clipboard
val
alt
:
String
Alt text description of the image, for accessibility.
aspect
Ratio
Link copied to clipboard
val
aspectRatio
:
AspectRatio
image
Link copied to clipboard
val
image
:
Blob