Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
QDS 4.6.2
-
None
Description
So, there is a capability in Figma that allows to attach properties to some values. Those variables and connections to them are taken by the plugin and generated into proper binding.
But we couldn't do anything with bindings to state selection. For example, I would like to have instance of blinkers to have state selected by the variable blinkersState. But in generated QML code it's not happening. Variable itself is added to the variables collection, but it is not connected to the state property. Instead, it just generates a string with a state name from a text in that variable - "blinkerState_blinkersRight".
Is there a way to overcome this and have a binding between a state and a variable or is it something not implemented or not even possible to do in Figma?