I’m adding group functionality to a go.js diagram, and I wanted to know if I can use the existing group functionality to do what I require:
- in each individual node i have this binding like this on a go.Picture
go.Binding("source", "icon", (icon) => ${icon}.svg)
i’d like to display all of these pictures in my group node. is there a way i can do this? - Rather than an expand/subexpand to view nodes, I’d like to be able to view the group members as a separate canvas, as the subgroup can get really large. Is there an approach I could take that would allow this?