UNPKG

graph-builder

Version:

A graph builder library for modeling abstract graph structures.

13 lines (8 loc) 414 B
[Home](./index) &gt; [graph-builder](./graph-builder.md) &gt; [BaseGraph](./graph-builder.basegraph.md) &gt; [nodeOrder](./graph-builder.basegraph.nodeorder.md) # BaseGraph.nodeOrder method Returns the order of iteration for the elements of [BaseGraph.nodes](./graph-builder.basegraph.nodes.md)<!-- -->. **Signature:** ```javascript nodeOrder(): ElementOrder<N>; ``` **Returns:** `ElementOrder<N>`