Hi,
I have several nodes that share a reference to an element in an array (see below). How can I update sharedObj so Node1 and Node2 reflect the changes?
In my case my Node1 and Node 2 have a panel that looks something like shown below. The main data object has a properties property that is an array of objects of the same type. One of those objects within properties is our SharedObj . The latter is also a member of the properties belonging to Node2
In this case it would suffice to say new go.Binding("itemArray", properties)..ofModel() ?
It somehow sounds like I would be binding the array as if it were the shared object, which is not my case…