@plusor wrote:
Hello there,
I use GoJS on Vue.diagram.model = go (TreeModel, {nodeKeyProperty: 'id'}) diagram.model.nodeDataArray = dataNow my requirement is to be able to update to the node by directly modifying the data. Don’t ask me why. When I use model.setDataProperty (node, key, value) it doesn’t work. Because the data is already up-to-date.
Posts: 5
Participants: 2