Skip to content

@vue-flow/monorepo • Docs


Function: useNodeConnections() ​

useNodeConnections(params): ComputedRef<NodeConnection[]>

Hook to retrieve all edges connected to a node. Can be filtered by handle type and id.

Parameters ​

• params: UseNodeConnectionsParams = {}

Returns ​

ComputedRef<NodeConnection[]>

An array of connections

Released under the MIT License.