Preview environment

interface APIMediaGalleryComponent

export interface APIMediaGalleryComponent extends APIBaseComponent<ComponentType.MediaGallery>

optional
id? : number

int32, auto generated via increment if not provided

Inherited from: APIBaseComponent

type : T

The type of the component

Inherited from: APIBaseComponent