Skip to content

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 ​

NameType
«destructured»UseHandleProps

Returns ​

Object

NameType
handleClick(event: MouseEvent) => void
handlePointerDown(event: MouseTouchEvent) => void

Released under the MIT License.