Is it possible to create node bindings with go.Node property?
I have a tree where I want to color each node based on its depth. I want to use findTreeLevel function for the same. But
new go.Binding("fill", "", (node) => console.log(node))
seems to log the node data object only. Is it possible to bind the node to depth in some way?