pdfrx_web
    Preparing search index...

    Interface AnnotationPreviewInternal

    Non-persistent annotation geometry broadcast while a participant drags.

    interface AnnotationPreview {
        actorId: string;
        changes: readonly SharedAnnotationUpdate[];
    }
    Index
    actorId: string
    changes: readonly SharedAnnotationUpdate[]