Forest Admin - API reference
Preparing search index...
@forestadmin/datasource-toolkit
ActionFieldBase
Interface ActionFieldBase
interface
ActionFieldBase
{
description
?:
string
;
id
:
string
;
isReadOnly
?:
boolean
;
isRequired
?:
boolean
;
label
:
string
;
type
:
ActionFieldType
;
value
?:
unknown
;
watchChanges
:
boolean
;
widget
?:
ActionFieldWidget
;
}
Hierarchy (
View Summary
)
ActionFormElementBase
ActionFieldBase
ActionFieldCheckbox
ActionFieldEnum
ActionFieldEnumList
ActionFieldCollection
ActionFieldTextInput
ActionFieldDatePickerInput
ActionFieldFilePicker
ActionFieldTextInputList
ActionFieldTextArea
ActionFieldRichText
ActionFieldNumberInput
ActionFieldColorPicker
ActionFieldNumberInputList
ActionFieldCurrencyInput
ActionFieldUserDropdown
ActionFieldTimePicker
ActionFieldJsonEditor
ActionFieldAddressAutocomplete
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
:
ActionFieldType
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
description
id
is
Read
Only
is
Required
label
type
value
watch
Changes
widget
Forest Admin - API reference
Loading...