Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a .components convenience getter to artboard #324

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SamJakob
Copy link

@SamJakob SamJakob commented Jun 7, 2023

Intended as a syntactic sugar for forEachComponent on the Artboard class that also performs type checks and casting. e.g., where each component has a given name and type (so works like component).

This is useful when certain components (of a specific type) are named with the intention of processing them together (for example, where multiple Shapes are named AppThemeColor so they can be conveniently assigned the app's theme color as their fill color).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant