pdfrx_web
    Preparing search index...

    Interface CommittedAnnotationOperation

    Accepted annotation operation with its authoritative sequence number.

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

    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.

    revision: number

    Revision assigned by the relay.