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
{{ message }}
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
The this.allTags() method is pretty versatile; you can do things like this.allTags().filter(t => t.toolName === 'hammer') to get all of your hammer layers. And if you want to get the elements themselves you can chain .map(t => t.element) to get an array of DOM elements.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would be nice if the StudioApp contained all the methods in the
studio-utility
library we have, some useful methods SE use regularly that are missing:The text was updated successfully, but these errors were encountered: