Hopefully this makes sense: wondering if/how a variant within a component can have a different default state of a boolean property that is for a layer’s visibility?
For example, this is my desired outcome, where Layer 01’s visibility is assigned to a boolean property. But whenever I change the visibility of Layer 01 it toggles it for all variants. Is there not a way to set one variant to have it on, and another to have it off, so the default state for variants can have a different boolean state?
Component
- Variant 01
– Layer 01 - Off (Boolean Property) - Variant 02
– Layer 01 - On (Boolean Property)