I have a main component that has several instances of a sub component in it.
The sub component has several properties. I can expose these. but I am looking for a way to have the main component have the same property, and flipping that would flip the same property on all sub ones. A kind of property binding really.
A really simplified example attached: the main has 5 sub id components. On the main, I would like to set 1 property to ‘icon’ so all the subs change into icon mode. Is something like this possible?
Embedded.fig (29.2 KB)