The Data Tree is a viewer and storage for json formated data.
Create a Data Tree
To add a Data Tree within the pool, click on the small (+) or a secondary click in the empty space of the pool.
Data Tree options
With a secondary click on the Data Tree the menu shows the following options:
|
Open the data tree view |
|
clears the complete data tree. This function is accessible via scrpting ex. DataTree1.clear() |
|
Replaced the data tree with the data of the clipboard |
|
copy the data tree into the clipboard |
|
import a *.json file |
|
export a *.json file. This function is accessible via scripting ex. DataTree1.exportJSON() |
Data Tree View
Within the viewer its possible to copy the adresses to access them within scripting.
A secondary click on an entrie open the copy menu
Data Tree Events
The Data Tree has two events:
- “On Content Replaced” triggered each time when the Data Tree gets new values.
- “On Value Changed” triggered only when a specific “adress” changed the values.