Connections.startCap
configurationThe start cap (arrow, head or decoration) of the connection.
connections.startCap
String|ObjectThe anchor point of the arrow marker. This is the point where the marker will be positioned relative to the line. Applies when the type is "ArrowEnd" or "ArrowStart".
connections.startCap.fill
String|ObjectThe connection start cap fill options or color.
The SVG path data for the arrow marker. Applies when the type is "ArrowEnd" or "ArrowStart".
The radius of the filled circle marker. Applies when the type is "FilledCircle".
Default: 4
connections.startCap.stroke
String|ObjectThe connection start cap stroke options or color.
The connection start cap type.
The supported values are:
- "none": no cap
- "ArrowStart": a filled arrow
- "FilledCircle": a filled circle
Default: "none"