pdfrx_web
    Preparing search index...

    Interface SharedFormFieldRecord

    Materialized shared value for one source-scoped AcroForm field.

    interface SharedFormFieldRecord {
        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.