Search
ConnectionPoint Constructor
See Also
 





Initializes a new instance of the ConnectionPoint class between the specified node and link.

Namespace: MindFusion.Diagramming
Package: ConnectionPoint.js

 Syntax

JavaScript  Copy Code

function ConnectionPoint ([node, [link, [incoming]]])

 Parameters

node
Optional. The node whose connection to a link is managed by this ConnectionPoint.
link
Optional. The link whose connection to a node is managed by this ConnectionPoint.
incoming
Optional. Specifies which end of the link is represented by this ConnectionPoint.

 See Also