pdfrx_web
    Preparing search index...

    Interface AnnotationSessionSnapshot

    Authoritative annotation state, versioned independently from page operations.

    interface AnnotationSessionSnapshot {
        annotations: readonly SharedAnnotationRecord[];
        revision: number;
    }
    Index
    annotations: readonly SharedAnnotationRecord[]

    Materialized annotation records present at this revision.

    revision: number

    Last committed annotation-operation revision.