Skip to main content

Hey, I’m building on a Figma plugin. I’m trying to change the Figma file name if the user types the name & submitted from the plugin. I’m currently using this function. figma.root.name. but it’s still not changing the file name. It still keeps as untitled. Please help me if we even have that capability. 

figma.root.name is read-only. Thus, it is not possible to change the file name.

Related topic:

 


got it, thanks. Also is it possible to set the thumbnail automatically from the instance or component key?


Also is it possible to set the thumbnail automatically from the instance or component key?

If I understand your question correctly, you can set a component node, but not an instance, as a thumbnail using the corresponding API method (setFileThumbnailNodeAsync). As for a remote component, you will need to import it by key first.


Thanks, will give it a try on this!


Reply