nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 78_getdata.md
1 ---
2 title: getData
3 name: node-functions-getdata
4 ---
5
6 **function getData(include_parent = false);**
7
8 Get the subtree of this node.
9
10 **include_parent**
11
12 * **true**: include node and children
13 * **false**: only include children (default)
14
15 {% highlight js %}
16 var data = node.getData();
17 {% endhighlight %}