We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7554a commit cf3e229Copy full SHA for cf3e229
docs/_entries/node/getnextvisiblenode.md
@@ -1,12 +1,12 @@
1
---
2
-title: getPreviousNode
3
-name: node-functions-getpreviousnode
+title: getNextVisibleNode
+name: node-functions-getnextvisivlenode
4
5
6
-Return the previous node in the tree.
+Get the next visible node in the tree. Does the same as using the _down_ key.
7
8
Returns a node or null.
9
10
{% highlight js %}
11
-var node = node.getPreviousNode();
+var node = node.getNextVisibleNode();
12
{% endhighlight %}
docs/_entries/node/getpreviousnode.md
@@ -0,0 +1,12 @@
+---
+title: getPreviousNode
+name: node-functions-getpreviousnode
+
+Return the previous node in the tree.
+Returns a node or null.
+{% highlight js %}
+var node = node.getPreviousNode();
+{% endhighlight %}
0 commit comments