Skip to main content

I have a figma file. I traversed through it. I found a node.


const mainFrame = figma.currentPage.findAll((node) => node.name === "mainFrame ");

I tried mainFrame.visible= false


But I get an error.


Property ‘visible’ does not exist on type ‘SceneNode’.ts(2339)


Thank you. It fixed my problem