Search
AnchorPoint.allowIncoming Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: AnchorPoint.js

 Syntax

JavaScript  Copy Code

get allowIncoming() {}
set allowIncoming(value) {}

 Property Value

Boolean

true to accept incoming connections, or false otherwise.

 Remarks

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

 See Also