Skip to content

@vue-flow/monorepo • Docs


Interface: HandleConnection ​

Connection with edge id

Extends ​

Properties ​

edgeId ​

edgeId: string


source ​

source: string

Source node id

Inherited from ​

Connection.source


sourceHandle? ​

optional sourceHandle: null | string

Source handle id

Inherited from ​

Connection.sourceHandle


target ​

target: string

Target node id

Inherited from ​

Connection.target


targetHandle? ​

optional targetHandle: null | string

Target handle id

Inherited from ​

Connection.targetHandle

Released under the MIT License.