Skip to content

Function: useConnection ​

â–¸ useConnection(): Object

Hook for accessing the ongoing connection.

Returns ​

Object

ongoing connection: startHandle, endHandle, status, position

NameType
endHandleVueFlowStore["connectionEndHandle"]
positionVueFlowStore["connectionPosition"] | null
startHandleVueFlowStore["connectionStartHandle"]
statusVueFlowStore["connectionStatus"]

Released under the MIT License.