Forest Admin - API reference
Preparing search index...
@forestadmin/datasource-toolkit
ActionFieldNumberInputList
Interface ActionFieldNumberInputList
interface
ActionFieldNumberInputList
{
allowDuplicates
?:
boolean
;
description
?:
string
;
enableReorder
?:
boolean
;
id
:
string
;
isReadOnly
?:
boolean
;
isRequired
?:
boolean
;
label
:
string
;
max
?:
number
;
min
?:
number
;
placeholder
?:
string
;
step
?:
number
;
type
:
"NumberList"
;
value
?:
unknown
;
watchChanges
:
boolean
;
widget
:
"NumberInputList"
;
}
Hierarchy (
View Summary
)
ActionFieldBase
ActionFieldNumberInputList
Index
Properties
allow
Duplicates?
description?
enable
Reorder?
id
is
Read
Only?
is
Required?
label
max?
min?
placeholder?
step?
type
value?
watch
Changes
widget
Properties
Optional
allow
Duplicates
allowDuplicates
?:
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
max
max
?:
number
Optional
min
min
?:
number
Optional
placeholder
placeholder
?:
string
Optional
step
step
?:
number
type
type
:
"NumberList"
Optional
value
value
?:
unknown
watch
Changes
watchChanges
:
boolean
widget
widget
:
"NumberInputList"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Duplicates
description
enable
Reorder
id
is
Read
Only
is
Required
label
max
min
placeholder
step
type
value
watch
Changes
widget
Forest Admin - API reference
Loading...