pdfrx_web
    Preparing search index...

    Interface CommittedFormOperation

    Accepted form operation with its authoritative sequence number.

    interface CommittedFormOperation {
        actorId: string;
        baseRevision: number;
        change: SharedFormFieldChange;
        operationId: string;
        revision: number;
    }

    Hierarchy (View Summary)

    Index
    actorId: string

    Stable participant id responsible for the update.

    baseRevision: number

    Form revision observed before submitting the update.

    Requested source-scoped field update.

    operationId: string

    Unique correlation id generated by the submitting client.

    revision: number

    Revision assigned by the relay.