Search
DiagramLink.baseShape Property
See Also
 






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

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get baseShape() {}
set baseShape(value) {}

 Property Value

Shape | String

A Shape instance that represents an arrowhead shape.

 Remarks

This property specifies the shape that is displayed at the beginning of a link, that is, the point where it connects to its origin node. This shape is rotated simultaneously with the first 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