Forest Admin - API reference
Preparing search index...
@forestadmin/datasource-toolkit
ActionFieldDatePickerInput
Interface ActionFieldDatePickerInput
interface
ActionFieldDatePickerInput
{
description
?:
string
;
format
?:
string
;
id
:
string
;
isReadOnly
?:
boolean
;
isRequired
?:
boolean
;
label
:
string
;
max
?:
Date
;
min
?:
Date
;
placeholder
?:
string
;
type
:
"Date"
|
"Dateonly"
|
"String"
;
value
?:
unknown
;
watchChanges
:
boolean
;
widget
:
"DatePicker"
;
}
Hierarchy (
View Summary
)
ActionFieldBase
ActionFieldDatePickerInput
Index
Properties
description?
format?
id
is
Read
Only?
is
Required?
label
max?
min?
placeholder?
type
value?
watch
Changes
widget
Properties
Optional
description
description
?:
string
Optional
format
format
?:
string
id
id
:
string
Optional
is
Read
Only
isReadOnly
?:
boolean
Optional
is
Required
isRequired
?:
boolean
label
label
:
string
Optional
max
max
?:
Date
Optional
min
min
?:
Date
Optional
placeholder
placeholder
?:
string
type
type
:
"Date"
|
"Dateonly"
|
"String"
Optional
value
value
?:
unknown
watch
Changes
watchChanges
:
boolean
widget
widget
:
"DatePicker"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
format
id
is
Read
Only
is
Required
label
max
min
placeholder
type
value
watch
Changes
widget
Forest Admin - API reference
Loading...