Search
DiagramLink.intermediateShape Property
See Also
 





Gets or sets the arrowhead shape displayed at the middle of each segment of the link.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get intermediateShape() {}
set intermediateShape(value) {}

 Property Value

Shape | String

A Shape instance that represents an arrowhead shape.

 Remarks

The property specifies what shape to display at the middle of each segment of a link. This could help users more easily follow the path of long links.

The ArrowHeads class exposes predefined arrowhead shapes as static methods, each one returning Shape.fromId result for respective shape identifier.

 See Also