graph-builder
Version:
A graph builder library for modeling abstract graph structures.
13 lines (8 loc) • 414 B
Markdown
[Home](./index) > [graph-builder](./graph-builder.md) > [BaseGraph](./graph-builder.basegraph.md) > [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>`