Type alias GalleryPluginConfig

GalleryPluginConfig: {
    hideOnClick?: boolean;
    items?: GalleryItem[];
    thumbnailSize?: Size;
    visibleOnLoad?: boolean;
}

Type declaration

  • Optional hideOnClick?: boolean

    Hides the gallery when the user clicks on an item

    Default

    true
    
  • Optional items?: GalleryItem[]
  • Optional thumbnailSize?: Size

    Size of thumbnails

    Default

    200x100
    
  • Optional visibleOnLoad?: boolean

    Displays the gallery when loading the first panorama

    Default

    false
    

Generated using TypeDoc