Eric Scott

Results 16 comments of Eric Scott

Could you use `figma.children`?

It would be awesome if there was a param on `figma.boolean` for an explicit return that would still return the actual `false` instead of nothing.

@andrew-pledge-io if it helps... what we often end up having to do is declare the variant and make an additional Connect statement, like: ``` figma.connect(MyButton, 'https://www.figma.com/design/ABC123', { variant: { hasIcon:...

We'd also really love this! Currently, we don't have any design components for layout, because our designers just use autolayout. We're building a Figma Dev Mode plugin that helps convert...

@rkieru I had this same exact question. I gave a longer, more annoying version of this question [here](https://github.com/figma/code-connect/issues/161) 😛

I think it would be nice if we could provide an optional param to `figma.children`. I could see it looking like: ``` children: figma.children("_ / ListItem", ), ``` or: ```...