pdfrx_web
    Preparing search index...

    Interface SharedAnnotationUpdateInternal

    interface SharedAnnotationUpdate {
        id: string;
        placementId: string;
        spec: SharedAnnotationSpec;
        type: "update";
    }
    Index
    id: string
    placementId: string
    type: "update"