storybook-eol/react-treebeard

How to get name for parent node?

manishkumr opened this issue · 0 comments

From a child node I want to get name or path for all the parent nodes..is there a way I can get this?

I would like to use this information to load children nodes on toggle.

image
In above example if AL_container node is toggled, I would like to fetch immediate child nodes and for this I need the full path Al_container_2019-06-20_155310\AL_container
Is this possible?