Skip to main content

DraftEmbedGalleryItems

Type Alias DraftEmbedGalleryItems 

Source
pub type DraftEmbedGalleryItems<S = DefaultStr> = Vec<DraftEmbedGalleryItemsItem<S>>;
Expand description

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

Aliased Typeยง

pub struct DraftEmbedGalleryItems<S = DefaultStr> { /* private fields */ }