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

    Interface DivaImage

    A painted image described by a IIIF canvas.

    interface DivaImage {
        id: string;
        label: string;
        isPrimary: boolean;
    }
    Index
    id: string

    Manifest-derived identifier for the painted image.

    label: string

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

    isPrimary: boolean

    Whether Diva selected this image as the canvas's primary display image.