Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components/One/fields/RadioField
IRadioFieldPrivate
Interface IRadioFieldPrivate<Data>
Represents a private interface for a radio field.
interface
IRadioFieldPrivate
<
Data
=
IAnything
>
{
name
?:
string
;
onChange
:
(
v
:
any
,
config
?:
{
skipReadonly
?:
boolean
}
)
=>
void
;
value
:
any
;
}
Type Parameters
Data
=
IAnything
the type of data the radio field manages
Hierarchy (
View Summary
)
IRadioFieldPrivate
IRadioSlot
Index
Properties
name?
on
Change
value
Properties
Optional
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
name
on
Change
value
react-declarative
Loading...
Represents a private interface for a radio field.