Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components/One/fields/DateField
IDateFieldPrivate
Interface IDateFieldPrivate<Data>
Represents a private interface for a date field.
interface
IDateFieldPrivate
<
Data
=
IAnything
>
{
dirty
:
boolean
;
disabled
:
boolean
;
incorrect
:
null
|
string
;
invalid
:
null
|
string
;
name
:
string
;
onChange
:
(
v
:
any
,
config
?:
{
skipReadonly
?:
boolean
}
)
=>
void
;
value
:
any
;
withContextMenu
:
undefined
|
true
;
}
Type Parameters
Data
=
IAnything
The type of data managed by the field.
Index
Properties
dirty
disabled
incorrect
invalid
name
on
Change
value
with
Context
Menu
Properties
dirty
dirty
:
boolean
disabled
disabled
:
boolean
incorrect
incorrect
:
null
|
string
invalid
invalid
:
null
|
string
name
name
:
string
on
Change
onChange
:
(
v
:
any
,
config
?:
{
skipReadonly
?:
boolean
}
)
=>
void
value
value
:
any
with
Context
Menu
withContextMenu
:
undefined
|
true
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dirty
disabled
incorrect
invalid
name
on
Change
value
with
Context
Menu
react-declarative
Loading...
Represents a private interface for a date field.