pdfrx_web
    Preparing search index...

    Interface SharedFormFieldChange

    Value update for a form field owned by an immutable source document.

    interface SharedFormFieldChange {
        documentId: string;
        fieldName: string;
        value: PdfFormFieldValue;
    }

    Hierarchy (View Summary)

    Index
    documentId: string

    Session-level id of the source PDF containing the field.

    fieldName: string

    Fully-qualified AcroForm field name inside that source PDF.

    New typed value; choice fields use selected option-label arrays.