Search
DiagramNode.obstacle Property
See Also
 





Gets or sets whether this node is considered an obstacle by link routing algorithms.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

get obstacle() {}
set obstacle(value) {}

 Property Value

Boolean

true to route links around this node, or false to lets links cross the node. The default value is true.

 See Also