pdfrx_web
    Preparing search index...

    Interface PdfFormFieldChange

    One field value changed as part of a form mutation transaction. Choice-field states use selected option-label arrays so they remain replayable when a PDF's export value differs from its display label.

    interface PdfFormFieldChange {
        after: PdfFormFieldValue;
        before: PdfFormFieldValue;
        name: string;
    }
    Index
    name: string