Selector: svg[fMarker]
Class: FConnectionMarker
FConnectionMarker lets you define custom SVG markers for connection starts and ends.
Use fMarker when connection semantics should be visually explicit.
Typical use cases:
Use default markers if your graph does not need semantic marker styling.
Each marker registers in the marker store and is hidden in-place. On connection redraw, marker definitions are cloned into connection SVG defs and referenced by marker ids.
type: string; Default: start. Marker role (start or end).width: number; Default: 0. Marker width.height: number; Default: 0. Marker height.refX: number; Default: 0. Reference X coordinate.refY: number; Default: 0. Reference Y coordinate.orient: string; Default: auto. SVG marker orientation.markerUnits: string; Default: strokeWidth. SVG marker units (strokeWidth or userSpaceOnUse)..f-component Base class for flow primitives..f-marker Host class for marker SVG elements.refX/refY must match your SVG path geometry; wrong values make arrowheads appear offset.SELECTED_* marker types if selected connections need different visuals.[component.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-markers/connection-markers.html [component.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-markers/connection-markers.ts [component.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-markers/connection-markers.scss [common.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/_flow-common.scss