Skip to content

Function: useHandleConnections ​

▸ useHandleConnections(«destructured»): ComputedRef<Connection[]>

Hook to check if a is connected to another and get the connections.

Parameters ​

NameType
«destructured»UseHandleConnectionsParams

Returns ​

ComputedRef<Connection[]>

an array with connections

Released under the MIT License.