NgDiagramBaseEdgeComponent
Base edge component that handles edge rendering. It can be extended or used directly to render edges in the diagram.
Properties
Section titled “Properties”edge:
InputSignal<Edge<object>>
Edge data model
routing
Section titled “routing”routing:
InputSignal<undefined|string>
Edge routing mode
sourceArrowhead
Section titled “sourceArrowhead”sourceArrowhead:
InputSignal<undefined|string>
ID of a source
stroke
Section titled “stroke”stroke:
InputSignal<undefined|string>
Stroke color of the edge. Edge model data has precedence over this property.
strokeDasharray
Section titled “strokeDasharray”strokeDasharray:
InputSignal<undefined|string>
Stroke dash array of the edge (e.g., ‘5 5’ for dashed line, ‘10 5 2 5’ for dash-dot pattern).
strokeOpacity
Section titled “strokeOpacity”strokeOpacity:
InputSignal<undefined|number>
Stroke opacity of the edge
strokeWidth
Section titled “strokeWidth”strokeWidth:
InputSignal<undefined|number>
Stroke width of the edge
targetArrowhead
Section titled “targetArrowhead”targetArrowhead:
InputSignal<undefined|string>
ID of a target