This example now shows the three main ways to work with connection markers.
<f-connection-marker-circle /> and <f-connection-marker-arrow />.svg[fMarker] when you need product-specific geometry, sizing, or branding.EFMarkerType.START_ALL_STATES and EFMarkerType.END_ALL_STATES when the same marker should be rendered for both normal and selected connections.Markers are useful when the meaning of an edge matters: direction, approval, success or failure paths, or domain-specific relationship types. They let you add meaning to a connection without changing routing or building a custom connection renderer.
In this demo:
circle and arrow markers.[example.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/libs/f-examples/connections/connection-markers/example.html [example.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/libs/f-examples/connections/connection-markers/example.ts [example.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/libs/f-examples/connections/connection-markers/example.scss