Search
Diagram.linkBaseShape Property
See Also
 





Gets or sets the shape displayed at the base of new links.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get linkBaseShape() {}
set linkBaseShape(value) {}

 Property Value

Shape | String

A Shape instance or identifier that represents an arrowhead shape.

 Remarks

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

 See Also