pdfrx_web
    Preparing search index...

    Interface AnnotationOperationRequest

    Optimistic annotation operation submitted to an authoritative relay.

    interface AnnotationOperationRequest {
        actorId: string;
        baseRevision: number;
        change: SharedAnnotationChange;
        operationId: string;
    }

    Hierarchy (View Summary)

    Index
    actorId: string

    Stable participant id responsible for the change.

    baseRevision: number

    Annotation revision observed before submitting the change.

    Requested annotation mutation.

    operationId: string

    Unique correlation id generated by the submitting client.