MindFusion.Diagramming for JavaScript Programmer's Guide

AnchorPoint.getAllowIncoming Method

See Also
 





Gets a value indicating whether incoming links can be connected to this point.

Namespace: MindFusion.Diagramming
File: AnchorPoint.js

 Syntax

JavaScript  Copy Code

function getAllowIncoming ()

 Return Value

true if incoming links can be connected to this point, otherwise, false.

 Remarks

If no incoming anchors are defined for a node, link end points can be placed anywhere inside that node, unless AllowUnanchoredLinks is disabled.

 See Also