interface MediaGalleryComponentData {
    id?: number;
    items: readonly MediaGalleryItemData[];
    type: ComponentType;
}

Hierarchy (View Summary)

Properties

Properties

id?: number
items: readonly MediaGalleryItemData[]