When it comes to component properties I can only assign variables to instances, it would be very beneficial if I could do the same for the master components.
Use case:
Our product is multi-language so I design my component as bi-directionality, (RTL & LTR support). So to make my screens faster I set up a variable that has LTR/RTL and assigned it to components instances now with one click I can switch a full page design to RTL/LTR but this has a lot of redundant tasks since in every design I'll need to assign the instance's properties to the same variable, that's why I was wondering if we could do that in the master component so I do it once and for all.
Thank you so much all for your impressive work and I'm looking forward to knowing what's your take on this.