MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.setLinkHeadShape Method

See Also
 





Sets the Shape displayed as head of new links.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function setLinkHeadShape (value)

 Parameters

value
A ShapeNode instance that represents an arrowhead shape. The default is Arrow.

 Remarks

This method sets the default shape displayed as arrowhead at the links' end points.

 See Also