This example demonstrates the new Connection Waypoints feature in Foblex Flow.
Waypoints are user-defined points placed on a connection that let you manually shape the route between two nodes. They work with any built-in connection type - Straight, Segment, Bezier, and Adaptive Curve - and always stay fully interactive.
What you can do in this example:
Usage is simple - just place
How to use
You can also control the feature in the toolbar:
This feature is designed to be data-driven: the library provides interaction and intent, while the waypoint array belongs to your application.
[component.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-waypoints/connection-waypoints.html [component.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-waypoints/connection-waypoints.ts [component.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-waypoints/connection-waypoints.scss [common.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/_flow-common.scss