On rebuildparts, it removes all of the Parts created before & re-creates them them. Is that right?
- I Drag & Drop the node TYPE1 from the palette
- Perform some operations and based on my selection of the SUBTYPE, I need to change the image of the node
For this I’ve referred the example : BeatPaths and used the convertkeyimage.
new go.Binding(“source”, “key”, convertKeyImage)
In my current implementation, I use myDiagram.rebuildparts().
Is there a way we can rebuild just ONE NODE instead of myDiagram.rebuildparts() ?