Type Alias: UiControlPropEventHandlers<Events>
UiControlPropEventHandlers<
Events
> =Partial
<UiControlEventHandlers
<Events
>>
Defined in: src/sdk/components/controls/HardwareUiControl.tsx:26
Maps an event definition type to a prop event handler interface. Each event in the definition type is mapped to an
optional handler with the name on[Event]
.
Type Parameters
Type Parameter |
---|
Events |