Ah yes, I see, nice idea !
I don’t know exactly the rules about global scope variables in BJS, so for now I extended the existing window interface, by adding a debugNode property :
declare global {
interface Window {debugNode: any;}
}
And I’m overriding it in the onSelect of the treeItemComponents
Result is cool
:
What do you think ? ![]()
++
Tricotou