Diva.js Public API - v7.4.0
    Preparing search index...

    Interface DivaPage

    Stable, manifest-derived metadata for one displayed canvas.

    interface DivaPage {
        index: number;
        canvasId: string;
        label: string;
        width?: number;
        height?: number;
        primaryImage: DivaImage;
        images: readonly DivaImage[];
    }
    Index
    index: number

    Zero-based index in Diva's displayed page sequence.

    canvasId: string

    IIIF Presentation canvas identifier.

    label: string

    Human-readable canvas label in the viewer's selected language.

    width?: number

    Full-resolution canvas width in pixels when declared by the manifest.

    height?: number

    Full-resolution canvas height in pixels when declared by the manifest.

    primaryImage: DivaImage

    Image Diva displays by default for this canvas.

    images: readonly DivaImage[]

    Every painted image choice declared for this canvas.