Search
DiagramLink.headShape Property
See Also
 






Gets or sets the arrowhead shape displayed at the link' end point.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get headShape() {}
set headShape(value) {}

 Property Value

Shape | String

A Shape instance that represents an arrowhead shape.

 Remarks

This 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