Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components/One/fields/CompleteField
ICompleteFieldPrivate
Interface ICompleteFieldPrivate<Data>
Represents a private interface for a complete field.
interface
ICompleteFieldPrivate
<
Data
=
IAnything
>
{
dirty
:
boolean
;
disabled
:
boolean
;
fieldReadonly
:
boolean
;
incorrect
:
null
|
string
;
invalid
:
null
|
string
;
loading
:
boolean
;
name
:
string
;
onChange
:
(
v
:
any
,
config
?:
{
skipReadonly
?:
boolean
}
)
=>
void
;
readonly
:
boolean
;
value
:
any
;
withContextMenu
:
undefined
|
true
;
}
Type Parameters
Data
=
IAnything
The type of the field's data.
Index
Properties
dirty
disabled
field
Readonly
incorrect
invalid
loading
name
on
Change
readonly
value
with
Context
Menu
Properties
dirty
dirty
:
boolean
disabled
disabled
:
boolean
field
Readonly
fieldReadonly
:
boolean
incorrect
incorrect
:
null
|
string
invalid
invalid
:
null
|
string
loading
loading
:
boolean
name
name
:
string
on
Change
onChange
:
(
v
:
any
,
config
?:
{
skipReadonly
?:
boolean
}
)
=>
void
readonly
readonly
:
boolean
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
field
Readonly
incorrect
invalid
loading
name
on
Change
readonly
value
with
Context
Menu
react-declarative
Loading...
Represents a private interface for a complete field.