Docs

connectEnd

Emitted when a connection drag ends (success or reject) over a target port.

CategoryEdge Events
Typeoutput<{ nodeId: string; handleId?: string }>

Usage

Example
<ngx-workflow-diagram (connectEnd)="onConnectEnd($event)" />

Interactive example

Diagram canvas

Interact with nodes and edges. Drag port-to-port to fire connect events.

Event log

No events logged yet.