-
Notifications
You must be signed in to change notification settings - Fork 74
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
Can you target "Text" layers as "children"? #30
Comments
Hi @l-campbell, right now we don't support this I'm afraid, but it's on our roadmap as we know some design system do use overrides like this instead of props. I'll keep this issue open so we can update you on progress. |
Thanks @tomduncalf-figma! |
Just chiming in here to say that our design team also uses a similar approach in some components, so it's great to hear it will be supported 🎉 |
Hey @alisonjoseph, happy to hear it's working for you. You should be able to reference this nested layer using
which would then be available as |
@tomduncalf-figma Nested property support is 🔥 worked perfectly, thanks! |
Question
I have a Figma component that uses a "Text" layer instead of a property. With code connect, is there a way to target this layer to map to a coded component prop? In my scenario, I'm trying to map this to the
label
prop in the coded component. I've tried usingfigma. children()
with the name of the layer with no success, I know this isn't the intended here.Context
Layers
All the nested layers in this tree are either row or column layouts.
Render
Info
Code connect
The text was updated successfully, but these errors were encountered: