Nutrient Web SDK
    Preparing search index...

    Interface RadioButtonFormFieldJSON

    interface RadioButtonFormFieldJSON {
        additionalActions?: {
            [key: string]: undefined | { type: string; [key: string]: unknown };
        };
        annotationIds: string[];
        defaultValue: string;
        flags?: ("readOnly" | "required" | "noExport")[];
        group?: IGroup;
        id: string;
        label: string;
        name: string;
        noToggleToOff: boolean;
        options: FormOptionJSON[];
        pdfObjectId?: null | number;
        permissions?: {
            delete: boolean;
            edit: boolean;
            fill?: boolean;
            reply?: boolean;
            setGroup: boolean;
        };
        radiosInUnison: boolean;
        type: "pspdfkit/form-field/radio";
        v: 1;
    }

    Hierarchy

    • BaseFormFieldJSON
      • RadioButtonFormFieldJSON
    Index

    Properties

    additionalActions?: {
        [key: string]: undefined | { type: string; [key: string]: unknown };
    }
    annotationIds: string[]
    defaultValue: string
    flags?: ("readOnly" | "required" | "noExport")[]
    group?: IGroup
    id: string
    label: string
    name: string
    noToggleToOff: boolean
    options: FormOptionJSON[]
    pdfObjectId?: null | number
    permissions?: {
        delete: boolean;
        edit: boolean;
        fill?: boolean;
        reply?: boolean;
        setGroup: boolean;
    }
    radiosInUnison: boolean
    type: "pspdfkit/form-field/radio"
    v: 1