graph-builder
Version:
A graph builder library for modeling abstract graph structures.
19 lines (12 loc) • 609 B
Markdown
[Home](./index) > [graph-builder](./graph-builder.md) > [ValueGraphBuilder](./graph-builder.valuegraphbuilder.md) > [nodeOrder](./graph-builder.valuegraphbuilder.nodeorder.md)
# ValueGraphBuilder.nodeOrder method
Specifies the order of iteration for the elements of [BaseGraph.nodes](./graph-builder.basegraph.nodes.md)<!-- -->.
**Signature:**
```javascript
nodeOrder(nodeOrder: ElementOrder<N>): ValueGraphBuilder<N, V>;
```
**Returns:** `ValueGraphBuilder<N, V>`
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| `nodeOrder` | `ElementOrder<N>` | |