UNPKG

graph-builder

Version:

A graph builder library for modeling abstract graph structures.

19 lines (12 loc) 573 B
[Home](./index) &gt; [graph-builder](./graph-builder.md) &gt; [GraphBuilder](./graph-builder.graphbuilder.md) &gt; [nodeOrder](./graph-builder.graphbuilder.nodeorder.md) # GraphBuilder.nodeOrder method Specifies the order of iteration for the elements of [BaseGraph.nodes](./graph-builder.basegraph.nodes.md)<!-- -->. **Signature:** ```javascript nodeOrder(nodeOrder: ElementOrder<N>): GraphBuilder<N>; ``` **Returns:** `GraphBuilder<N>` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | `nodeOrder` | `ElementOrder<N>` | |