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

    Type Alias GalleryConfig

    Gallery configuration

    type GalleryConfig = {
        archive?: string;
        archiveLayerOffset?: number;
        coverPages?: number;
        grid?: { clickable?: "focus" | "zoom" | false; panZoom?: "cells" | "grid" };
        id?: string;
        isSpreads?: boolean;
        name?: string;
        revisions?: Record<string, Record<string, any>>;
        settings?: Partial<Settings>;
        sort?: "name" | "-name" | "created" | "-created" | "random";
        startId?: string;
        type: "swipe" | "switch" | "grid";
    }
    Index

    Properties

    archive?: string
    archiveLayerOffset?: number
    coverPages?: number
    grid?: { clickable?: "focus" | "zoom" | false; panZoom?: "cells" | "grid" }
    id?: string
    isSpreads?: boolean
    name?: string
    revisions?: Record<string, Record<string, any>>
    settings?: Partial<Settings>
    sort?: "name" | "-name" | "created" | "-created" | "random"
    startId?: string
    type: "swipe" | "switch" | "grid"