Forest Admin - API reference
Preparing search index...
@forestadmin/datasource-toolkit
ActionFieldJsonEditor
Interface ActionFieldJsonEditor
interface
ActionFieldJsonEditor
{
description
?:
string
;
id
:
string
;
isReadOnly
?:
boolean
;
isRequired
?:
boolean
;
label
:
string
;
type
:
"Json"
;
value
?:
unknown
;
watchChanges
:
boolean
;
widget
:
"JsonEditor"
;
}
Hierarchy (
View Summary
)
ActionFieldBase
ActionFieldJsonEditor
Index
Properties
description?
id
is
Read
Only?
is
Required?
label
type
value?
watch
Changes
widget
Properties
Optional
description
description
?:
string
id
id
:
string
Optional
is
Read
Only
isReadOnly
?:
boolean
Optional
is
Required
isRequired
?:
boolean
label
label
:
string
type
type
:
"Json"
Optional
value
value
?:
unknown
watch
Changes
watchChanges
:
boolean
widget
widget
:
"JsonEditor"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
id
is
Read
Only
is
Required
label
type
value
watch
Changes
widget
Forest Admin - API reference
Loading...