Gets or sets the arrowhead shape displayed at the link' end point.
Namespace: MindFusion.Diagramming
File: DiagramLink.js
SyntaxJavaScript
Copy Code
|
|---|
get headShape() {} |
Shape | String
A Shape instance that represents an arrowhead shape.
RemarksThis property specifies the shape that is displayed at the end of a link, that is, the point where it connects to its destination node. This shape is rotated simultaneously with the last segment of the link so that it follows the overall link direction.
The ArrowHeads class exposes predefined arrowhead shapes as static methods, each one returning Shape.fromId result for respective shape identifier.
See Also