Docs

zoomControlsActionClick

Emitted whenever any custom or built-in action button on the zoom & workflow toolbar is clicked.

CategoryToolbar & Zoom Controls
Typeoutput<{ id: string; action: string; event: MouseEvent }>

Usage

Example
<ngx-workflow-diagram
  [zoomControlsConfig]="zoomConfig"
  (zoomControlsActionClick)="onToolbarAction($event)"
/>

Interactive example

Diagram canvas

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

Event log

No events logged yet.