Search
Diagram.linkHeadShape Property
See Also
 





Gets or sets the shape displayed as head of new links.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

get linkHeadShape() {}
set linkHeadShape(value) {}

 Property Value

Shape | String

A Shape instance or identifier that represents an arrowhead shape. The default is Arrow.

 Remarks

This property specifies the default shape displayed as arrowhead at the links' end points.

 See Also