MindFusion.Diagramming for JavaScript Programmer's Guide

Vertex.getNeighbors Method

See Also
 





Returns an array containing all vertices adjacent to the current vertex.

Namespace: MindFusion.Graphs
File: Vertex.js

 Syntax

JavaScript  Copy Code

function getNeighbors ()

 Return Value

A list with all neighbors.

 See Also