Nutrient Web SDK
Preparing search index...
Serializers
ChoiceFormFieldJSON
Interface ChoiceFormFieldJSON
interface
ChoiceFormFieldJSON
{
additionalActions
?:
{
[
key
:
string
]:
undefined
|
{
type
:
string
;
[
key
:
string
]:
unknown
}
;
}
;
annotationIds
:
string
[]
;
commitOnChange
:
boolean
;
defaultValues
:
string
[]
;
flags
?:
(
"readOnly"
|
"required"
|
"noExport"
)
[]
;
group
?:
IGroup
;
id
:
string
;
label
:
string
;
multiSelect
:
boolean
;
name
:
string
;
options
:
FormOptionJSON
[]
;
pdfObjectId
?:
null
|
number
;
permissions
?:
{
delete
:
boolean
;
edit
:
boolean
;
fill
?:
boolean
;
reply
?:
boolean
;
setGroup
:
boolean
;
}
;
type
:
"pspdfkit/form-field/listbox"
|
"pspdfkit/form-field/combobox"
;
v
:
1
;
}
Hierarchy
BaseFormFieldJSON
ChoiceFormFieldJSON
ListBoxFormFieldJSON
Index
Properties
additional
Actions?
annotation
Ids
commit
On
Change
default
Values
flags?
group?
id
label
multi
Select
name
options
pdf
Object
Id?
permissions?
type
v
Properties
Optional
additional
Actions
additionalActions
?:
{
[
key
:
string
]:
undefined
|
{
type
:
string
;
[
key
:
string
]:
unknown
}
;
}
annotation
Ids
annotationIds
:
string
[]
commit
On
Change
commitOnChange
:
boolean
default
Values
defaultValues
:
string
[]
Optional
flags
flags
?:
(
"readOnly"
|
"required"
|
"noExport"
)
[]
Optional
group
group
?:
IGroup
id
id
:
string
label
label
:
string
multi
Select
multiSelect
:
boolean
name
name
:
string
options
options
:
FormOptionJSON
[]
Optional
pdf
Object
Id
pdfObjectId
?:
null
|
number
Optional
permissions
permissions
?:
{
delete
:
boolean
;
edit
:
boolean
;
fill
?:
boolean
;
reply
?:
boolean
;
setGroup
:
boolean
;
}
type
type
:
"pspdfkit/form-field/listbox"
|
"pspdfkit/form-field/combobox"
v
v
:
1
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Actions
annotation
Ids
commit
On
Change
default
Values
flags
group
id
label
multi
Select
name
options
pdf
Object
Id
permissions
type
v
Nutrient Web SDK
Loading...