Gallery

data class Gallery(val items: List<GalleryItemUnion>)

Parameters

items

The schema-level maxLength of 20 is a future-proof ceiling. Clients should currently enforce a soft limit of 10 items in authoring UIs.

Constructors

Link copied to clipboard
constructor(items: List<GalleryItemUnion>)

Properties

Link copied to clipboard

The schema-level maxLength of 20 is a future-proof ceiling. Clients should currently enforce a soft limit of 10 items in authoring UIs.