Docs

edgeDrop

Emitted when a connection is dropped on empty canvas (no target port). Useful for “create node on drop” UX.

CategoryEdge Events
Typeoutput<{ sourceNodeId: string; sourceHandleId: string; position: XYPosition }>

Usage

Example
<ngx-workflow-diagram (edgeDrop)="onEdgeDrop($event)" />

Interactive example

Diagram canvas

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

Event log

No events logged yet.