Replies: 1 comment
-
got the issue resolved by setting component style |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we have a custom style manager where we want to hide/show a layer (similar to Layers.setVisible )
Is there a
setVisible
property for Layer ? im looking for an option to set the visibility of a single layer in the stack.The other way i tried is to store the layer in temp object and add it back later. Im the following code does not seem to be right way to do it.
On inspecting the
layer
object in the code above, it has the correct properties and values.Im using grapesjs-style-bg
Unfortunately i cannot create jsfiddle for the issue. Any leads on this is appreciated..
thank you,
Beta Was this translation helpful? Give feedback.
All reactions