Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components/One/fields/YesNoField
IYesNoFieldPrivate
Interface IYesNoFieldPrivate<Data>
Represents a private interface for a Yes/No field
interface
IYesNoFieldPrivate
<
Data
=
IAnything
>
{
dirty
:
boolean
;
incorrect
:
null
|
string
;
invalid
:
null
|
string
;
onChange
:
(
v
:
any
,
config
?:
{
skipReadonly
?:
boolean
}
)
=>
void
;
readonly
:
boolean
;
value
:
any
;
}
Type Parameters
Data
=
IAnything
The data type associated with the field
Hierarchy (
View Summary
)
IYesNoFieldPrivate
IYesNoSlot
Index
Properties
dirty
incorrect
invalid
on
Change
readonly
value
Properties
dirty
dirty
:
boolean
incorrect
incorrect
:
null
|
string
invalid
invalid
:
null
|
string
on
Change
onChange
:
(
v
:
any
,
config
?:
{
skipReadonly
?:
boolean
}
)
=>
void
readonly
readonly
:
boolean
value
value
:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dirty
incorrect
invalid
on
Change
readonly
value
react-declarative
Loading...
Represents a private interface for a Yes/No field