@llopht wrote:
Imagine a model like :
{ key: 'My little key', color: '#FF0000' }To bind color, it's very simple with :
new go.Binding('portId', 'portId'),But In case where this "color" is encapsuled in a hierarchical structure like :
{ key: 'My little key', sublevel: { sublevel: { color: '#FF0000' } }How to bind it ?
Posts: 2
Participants: 2