Hi, I am new to Figma API
The Scene tree (screenshot) looks like this, my goal it to select all nodes named Cell
I have tried
- Double
forEach
, first iteration returned the Frame nodes alright, but not the Frame’s children…so second iteration only got back an empty array - Also tried
findAll (node => node.name === "Cell ")
, nothing returned
However, they are accessible from console window (screenshot). Not sure where i did wrong