Skip to content

@vue-flow/monorepo • Docs


Function: useHandle() ​

useHandle(__namedParameters): object

This composable provides listeners for handle events

Generally it's recommended to use the <Handle /> component instead of this composable.

Parameters ​

• __namedParameters: UseHandleProps

Returns ​

object

handleClick() ​

handleClick: (event) => void

Parameters ​

• event: MouseEvent

Returns ​

void

handlePointerDown() ​

handlePointerDown: (event) => void

Parameters ​

• event: MouseTouchEvent

Returns ​

void

Released under the MIT License.