Docs

connectStart

Emitted when the user starts dragging a connection from a port.

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

Usage

Example
<ngx-workflow-diagram (connectStart)="onConnectStart($event)" />

Interactive example

Diagram canvas

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

Event log

No events logged yet.