summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/78_getdata.md
blob: dff9020c32fea95b997809d7d25e589982533e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: getData
name: node-functions-getdata
---

**function getData(include_parent = false);**

Get the subtree of this node.

**include_parent**

* **true**: include node and children
* **false**: only include children (default)

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