pdfrx_web
    Preparing search index...

    Interface FormSessionSnapshot

    Authoritative form state, versioned independently from pages and annotations.

    interface FormSessionSnapshot {
        fields: readonly SharedFormFieldRecord[];
        revision: number;
    }
    Index
    fields: readonly SharedFormFieldRecord[]

    Latest materialized value for every changed field.

    revision: number

    Last committed form-operation revision.