Function: useHandle ​
▸ useHandle(«destructured»): Object
This composable provides listeners for handle events
Generally it's recommended to use the <Handle /> component instead of this composable.
Parameters ​
| Name | Type | 
|---|---|
| «destructured» | UseHandleProps | 
Returns ​
Object
| Name | Type | 
|---|---|
| handleClick | ( event:MouseEvent) =>void | 
| handlePointerDown | ( event:MouseTouchEvent) =>void | 
