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