Hi,
is there any way to access variantProperties of a component and search for a specific one and check the value of it?
By console.log(node.variantProperties) I can see the actually settings. But I want to check for {property: true/false} and execute some code only if the property is defined as true for example.
Is there a way to do this?