Skip to content

@vue-flow/monorepoDocs


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

VueFlow v1.42 中文网 - 粤ICP备13048890号