Foblex Flow
Introduction
Overview
Nodes
Custom Nodes
Drag Handle
Node Selection
Resize Handle
Grouping
Drag to Group
New
Stress Test
New
Stress Test with Connections
New
Connectors
Node as Connector
Connector Inside Node
Connector Outlet
Limiting Connections
Connectable Side
Connections
Drag to Connect
Drag to Reassign
Create Node on Connection Drop
Remove Connection on Drop
Assign Node to Connection on Drop
New
Auto Snap
Connection Types
Custom Connection Type
Connection Behaviours
Connection Markers
Custom Connections
Layouts
Dagre Layout
ELKJS Layout
Extensions
Selection Area
Help in Positioning
Grid System
New
Minimap
Zoom
Background
Pro Examples
Visual Programming
DB Management
UML Diagram
Tournament Bracket
New
Foblex Flow
DocsExamples

Connection Markers

Description

This guide shows how to set up different connection markers, allowing various markers to be displayed on connections between connectors. To enable this feature, you need to add an SVG element with the f-connection-marker directive inside the f-connection component.

Example

[component.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-markers/connection-markers.component.html [component.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-markers/connection-markers.component.ts [component.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-markers/connection-markers.component.scss [common.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/_flow-common.scss