Forest Admin - API reference
Preparing search index...
@forestadmin/datasource-toolkit
ActionFieldTextInputList
Interface ActionFieldTextInputList
interface
ActionFieldTextInputList
{
allowDuplicates
?:
boolean
;
allowEmptyValues
?:
boolean
;
description
?:
string
;
enableReorder
?:
boolean
;
id
:
string
;
isReadOnly
?:
boolean
;
isRequired
?:
boolean
;
label
:
string
;
placeholder
?:
string
;
type
:
"StringList"
;
value
?:
unknown
;
watchChanges
:
boolean
;
widget
:
"TextInputList"
;
}
Hierarchy (
View Summary
)
ActionFieldBase
ActionFieldTextInputList
Index
Properties
allow
Duplicates?
allow
Empty
Values?
description?
enable
Reorder?
id
is
Read
Only?
is
Required?
label
placeholder?
type
value?
watch
Changes
widget
Properties
Optional
allow
Duplicates
allowDuplicates
?:
boolean
Optional
allow
Empty
Values
allowEmptyValues
?:
boolean
Optional
description
description
?:
string
Optional
enable
Reorder
enableReorder
?:
boolean
id
id
:
string
Optional
is
Read
Only
isReadOnly
?:
boolean
Optional
is
Required
isRequired
?:
boolean
label
label
:
string
Optional
placeholder
placeholder
?:
string
type
type
:
"StringList"
Optional
value
value
?:
unknown
watch
Changes
watchChanges
:
boolean
widget
widget
:
"TextInputList"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Duplicates
allow
Empty
Values
description
enable
Reorder
id
is
Read
Only
is
Required
label
placeholder
type
value
watch
Changes
widget
Forest Admin - API reference
Loading...