Is it possible to dynamically address an SGV element path? I have a binding that refers to a property within an element, and I want to be able to copy and paste the binding between multiple SVG elements that all have the same property without having ton manually update the array integers that address the specific element inside the binding.
Is there a way to reference the array position that the binding is in as the path to look for the property? So instead if using the integers 0,0 like my example, it just looks for the property inside the position that the binding is already in?
Curious what the syntax would be here for a dynamic reference. It’s an interesting idea, just not sure how to make it approachable (if it’s even possible on the backend).
While digging around making my own modules, you can access propsconfig. this.props.def.propconfig
Not sure if its easily mapped to the properties itself tho, but i guess it should, since its subscribed to it. And else you just gotta split the keys xd