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