code-connect
code-connect copied to clipboard
How to get childrens inside figma auto layout?
Please provide:
- Code Connect CLI version 1.3.4
- The project is inside docker with node 22
I am using code connect to connect vue code with my design, I am creating the code for a table component but I have a structure that not allow me to get the _column_md child, this is the code that I implement for the table
When I use directly this code I got on the connect code in figma this
columns: figma.children('_column_grid')
This is the structure in figma
Any suggestion would be great, thanks.