pdfrx_web
    Preparing search index...

    Interface PageOperationRequest

    Optimistic command submitted by one client.

    interface PageOperationRequest {
        actorId: string;
        baseRevision: number;
        operation: PagePlacementOperation;
        operationId: string;
    }

    Hierarchy (View Summary)

    Index
    actorId: string

    Stable participant id responsible for the operation.

    baseRevision: number

    Revision the participant observed when creating the operation.

    Intent expressed against stable placement ids rather than page numbers.

    operationId: string

    Globally unique id used to correlate the eventual commit or rejection.