ConnectionCap
Interface
The connections end/start cap configuration.
Definition
Package:@progress/kendo-angular-diagrams
Properties
anchor?
{ x: number; y: number }
The 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".
path?
string
The SVG path data for the arrow marker. Applies when the type is "ArrowEnd" or "ArrowStart".
radius?
number
The radius of the filled circle marker. Applies when the type is "FilledCircle".
Default:
4
type?
string
The end/start cap type used in connections. The supported values are:
- "none": no cap
- "ArrowEnd" / "ArrowStart": a filled arrow
- "FilledCircle": a filled circle