GalleryItem: {
    id: string | number;
    name?: string;
    options?: PanoramaOptions;
    panorama: any;
    thumbnail?: string;
}

Type declaration

  • id: string | number

    Unique identifier of the item

  • Optional name?: string

    Text visible over the thumbnail

  • Optional options?: PanoramaOptions

    Any option supported by the setPanorama() method

  • panorama: any

    Panorama of the item

  • Optional thumbnail?: string

    URL of the thumbnail

Generated using TypeDoc