Photo Sphere Viewer
    Preparing search index...

    Type Alias GalleryItem

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

    Properties

    id: string | number

    Unique identifier of the item

    name?: string

    Text visible over the thumbnail

    options?: PanoramaOptions

    Any option supported by the setPanorama() method

    panorama: any

    Panorama of the item

    thumbnail?: string

    URL of the thumbnail