MindFusion.Diagramming for JavaScript Programmer's Guide

Edge.changeDestination Method

See Also
 





Changes the destination of the current edge to the specified vertex.

Namespace: MindFusion.Graphs
File: Edge.js

 Syntax

JavaScript  Copy Code

function changeDestination (vertex)

 Parameters

vertex

The new destination of the edge.

 See Also