OptionaladditionalActions
additionalActions?:
| {
[key: string]: { type: string; [key: string]: unknown }
| undefined;
}
| null
annotationIds
annotationIds: string[]
commitOnChange
commitOnChange: boolean
defaultValues
defaultValues: string[]
Optionalflags
flags?: ("readOnly" | "required" | "noExport")[]
Optionalgroup
group?: string | null
multiSelect
multiSelect: boolean
options
options: FormOptionJSON[]
OptionalpdfObjectId
pdfObjectId?: number | null
Optionalpermissions
permissions?: {
delete: boolean;
edit: boolean;
fill?: boolean;
reply?: boolean;
setGroup: boolean;
}
type
type: "pspdfkit/form-field/listbox" | "pspdfkit/form-field/combobox"