Skip to main content
July 28, 2023
Solved

Is there a way to open a page by id with the Figma API?

  • July 28, 2023
  • 2 replies
  • 619 views

I’d like to select a node that’s outside the current page. The Figma api does not allow that.

Is there’s a way to open a page from a plugin at least? to find a way around it?

This topic has been closed for replies.
Best answer by tank666
figma.currentPage = PageNode;

2 replies

tank666
tank666Answer
July 28, 2023
figma.currentPage = PageNode;
UX/UI designer. Figma expert. Creator and developer of plugins and widgets for Figma and FigJam. Check out my resources in Figma Community: figma.com/@tank
July 28, 2023

Thanks, OMG how did I miss this property :).