Micrio Client - v6.1.12
    Preparing search index...

    Type Alias GalleryItem

    Gallery item representing a single image within a gallery or grid

    type GalleryItem = {
        height: number;
        id: string;
        isDeepZoom?: boolean;
        isPng?: boolean;
        isWebP?: boolean;
        path?: string;
        tileSize?: number;
        width: number;
    }
    Index

    Properties

    height: number
    id: string
    isDeepZoom?: boolean
    isPng?: boolean
    isWebP?: boolean
    path?: string
    tileSize?: number
    width: number