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

    Type Alias GallerySettings

    type GallerySettings = {
        archive?: string;
        archiveLayerOffset?: number;
        coverPages?: number;
        isSpreads?: boolean;
        revisions?: { [key: string]: RevisionType };
        sort?: "name" | "-name" | "created" | "-created";
        startId?: string;
        type?: "swipe" | "swipe-full" | "switch" | "omni" | "grid";
    }
    Index

    Properties

    archive?: string

    Gallery has an associated .bin archive with thumbnails

    archiveLayerOffset?: number

    Archive layer offset

    coverPages?: number

    For spreads, number of cover pages to show as single page

    isSpreads?: boolean

    Pages are combined to 2x1 spreads

    revisions?: { [key: string]: RevisionType }
    sort?: "name" | "-name" | "created" | "-created"

    Gallery sorting

    startId?: string

    The gallery opening image ID

    type?: "swipe" | "swipe-full" | "switch" | "omni" | "grid"

    Gallery type