Hi,
How to update node data object ?? (not special properties)
I need to update whole node.data object. I don’t wont to use setDataProperty because my data object contains many properties.
I execute some type of calculation on the server and after this i get json and wish to update all my
nodeArray data.
Thx