Folders hierarchy #7494
-
I am struggling with Object Provider and Composition Provider in order to create folders tree.
I would be very thankful for some more examples of use of the Object and Composition Providers Related topics: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Not sure I can share an example, but I think I can point out a few things.
Take a look at ObjectAPISpec.js (around line 490) where they mock up a grand parent, parent, and child nodes for a hint at what the nodes should look like. |
Beta Was this translation helpful? Give feedback.
Thank you for the help.
Finally managed to get the desired results!
In the JSON I added
nested_under
field that points to the ObjectProvider and CompositionProvider where to nest the specific folder/telemetry entry.JSON: