pdfrx_web
    Preparing search index...

    Interface SharedAnnotationRecord

    Current materialized state of one shared annotation.

    interface SharedAnnotationRecord {
        id: string;
        placementId: string;
        spec: SharedAnnotationSpec;
    }
    Index
    id: string

    PDF annotation /NM identity, unique within the placement.

    placementId: string

    Stable virtual-page placement containing the annotation.

    Serializable annotation geometry, content, and appearance properties.