Gets or sets a value indicating whether the anchor point accepts incoming connections.
Namespace: MindFusion.Diagramming
File: AnchorPoint.js
SyntaxJavaScript
Copy Code
|
|---|
get allowIncoming() {} |
Boolean
true to accept incoming connections, or false otherwise.
RemarksIf no incoming anchor points are defined for a node, link end points can be placed anywhere inside that node.
See Also