Hey, I’m just wondering… When using the tree component how can I store the ‘node’ that is opened and is a branch?
Eg: I am able to store a var currentNodeSelected = treeInstance.selectedNode; But this only works when the node is clicked aka selected…
How do I do a var currentNodeDroppedDown = treeInstance.(what do I put here to store the node that has been opened by clicking the arrow…) using the nodeOpen event?
Cheers,
Ryan