summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/80_getnextnode.md
blob: 4364ad93165e5894b1b5ed2e140d7dc25319ff48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
title: getNextNode
name: node-functions-getnextnode
---

Get the next node in the tree. Does the same as using the *down* key.

Returns a node or null.

{% highlight js %}
var node = node.getNextNode();
{% endhighlight %}