Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 78_getdata.md
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/_entries/78_getdata.md b/ecomp-portal-FE/client/bower_components/jqTree/_entries/78_getdata.md
new file mode 100644 (file)
index 0000000..dff9020
--- /dev/null
@@ -0,0 +1,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 %}