ColorPickerChangeEvent
Interface
The arguments for the onChange ColorPicker event.
Definition
Package:@progress/kendo-react-inputs
Properties
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
target
ColorPickerHandle
The event target.
value
string
The current value of the ColorPicker.