You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide shows how to create connection between connectors using drag and drop events, providing a comprehensive approach to building interactive flow-based diagrams.
This example demonstrates how to reassign connections between connectors using drag and drop events, providing a comprehensive approach to building interactive flow-based diagrams.
description: 'Learn how to connect nodes by dragging a connection between them. This example demonstrates how to create connections between nodes, providing a comprehensive guide to building interactive flow-based diagrams.',
description: 'Discover how to reassign connections by dragging them to a new connector. This example demonstrates how to move connections between nodes, enabling users to reassign them easily within Angular and Foblex Flow.',
Copy file name to clipboardExpand all lines: public/docs/en/guides/f-connection-component.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,9 +80,9 @@ Examples of providing custom connection types. The connection type can be set us
80
80
81
81
#### Reassign Connection
82
82
Each connection can be reassigned to another [fNodeInput](f-node-input-directive). The `fReassignDisabled` property can be used to disable this feature. Each connection has a `DragHandle` at the end, drag it to reassign the connection to another [fNodeInput](f-node-input-directive).
0 commit comments