Search
AnchorPoint.allowOutgoing Property
See Also
 





Gets or sets a value indicating whether the anchor point accepts outgoing connections.

Namespace: MindFusion.Diagramming
File: AnchorPoint.js

 Syntax

JavaScript  Copy Code

get allowOutgoing() {}
set allowOutgoing(value) {}

 Property Value

Boolean

true to accept outgoing connections, or false otherwise.

 Remarks

If no outgoing anchor points are defined for a node, link start points can be placed anywhere inside that node.

 See Also