You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// LayergetisHidden(): boolean {returnthis.layerFrame.layerProperties.hidden;}// I want in GroupgetisHidden(): boolean {returnthis.layerFrame?.layerProperties.hidden??true;}
The text was updated successfully, but these errors were encountered:
daybrush
changed the title
Is there any plan to provide isHidden value publicly in Group?
I need to check if group is hidden. Layer has a isHidden proeprty, but group does not.
Dec 17, 2022
Sorry about the delayed response. Right now, our hands (me and @dlehdanakf) are tied up with other work, though I may have some free time to look into this next month.
I need to check if group is hidden.
Layer has a hidden attribute, but group does not.
The text was updated successfully, but these errors were encountered: