Interface MediaGalleryComponent

interface MediaGalleryComponent {
    id?: number;
    items: MediaGalleryItem[];
    type: MEDIA_GALLERY;
}

Hierarchy (view full)

Properties

Properties

id?: number

Autoincremented number if not provided