pdfrx_web
    Preparing search index...

    Interface FormOperationRequest

    Optimistic form operation submitted to an authoritative relay.

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

    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.