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