How can i set the different dimension for each images in the node template ?
$(go.Picture, {
desiredSize: new go.Size(34, 34),
},
new go.Binding("source", "iconName", function (v) {
return '../' + v + '.svg';
})
),
change dynamically based on array [desiredSize: new go.Size(each size, each size)) .Can you please suggest how to achieve this?