Nutrient Web SDK
Preparing search index...
Serializers
RadioButtonFormFieldJSON
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
additional
Actions?
annotation
Ids
default
Value
flags?
group?
id
label
name
no
Toggle
To
Off
options
pdf
Object
Id?
permissions?
radios
In
Unison
type
v
Properties
Optional
additional
Actions
additionalActions
?:
{
[
key
:
string
]:
undefined
|
{
type
:
string
;
[
key
:
string
]:
unknown
}
;
}
annotation
Ids
annotationIds
:
string
[]
default
Value
defaultValue
:
string
Optional
flags
flags
?:
(
"readOnly"
|
"required"
|
"noExport"
)
[]
Optional
group
group
?:
IGroup
id
id
:
string
label
label
:
string
name
name
:
string
no
Toggle
To
Off
noToggleToOff
:
boolean
options
options
:
FormOptionJSON
[]
Optional
pdf
Object
Id
pdfObjectId
?:
null
|
number
Optional
permissions
permissions
?:
{
delete
:
boolean
;
edit
:
boolean
;
fill
?:
boolean
;
reply
?:
boolean
;
setGroup
:
boolean
;
}
radios
In
Unison
radiosInUnison
:
boolean
type
type
:
"pspdfkit/form-field/radio"
v
v
:
1
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Actions
annotation
Ids
default
Value
flags
group
id
label
name
no
Toggle
To
Off
options
pdf
Object
Id
permissions
radios
In
Unison
type
v
Nutrient Web SDK
Loading...