Search
Diagram.dynamicLinks Property
See Also
 





Gets or sets initial value of the dynamic property of new links.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get dynamicLinks() {}
set dynamicLinks(value) {}

 Property Value

Boolean

true if dynamic links are enabled, or false otherwise. The default value is false.

 See Also