Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components/One/fields/DictField
IDictFieldPrivate
Interface IDictFieldPrivate<Data>
interface
IDictFieldPrivate
<
Data
=
IAnything
>
{
dirty
:
boolean
;
disabled
:
boolean
;
incorrect
:
null
|
string
;
invalid
:
null
|
string
;
loading
:
boolean
;
name
:
string
;
onChange
:
(
v
:
any
,
config
?:
{
skipReadonly
?:
boolean
}
)
=>
void
;
value
:
any
;
}
Type Parameters
Data
=
IAnything
Index
Properties
dirty
disabled
incorrect
invalid
loading
name
on
Change
value
Properties
dirty
dirty
:
boolean
disabled
disabled
:
boolean
incorrect
incorrect
:
null
|
string
invalid
invalid
:
null
|
string
loading
loading
:
boolean
name
name
:
string
on
Change
onChange
:
(
v
:
any
,
config
?:
{
skipReadonly
?:
boolean
}
)
=>
void
value
value
:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dirty
disabled
incorrect
invalid
loading
name
on
Change
value
react-declarative
Loading...