Skip to main content
Version: 1.x

MediaGalleryProps

MediaGalleryProps​

Represents the properties for a media gallery component.

Signature
interface MediaGalleryProps {
id?: number;
children?: MediaGalleryItemBuilder[];
}

id​

property
number

children​

property
MediaGalleryItemBuilder[]