Skip to main content
Solved

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

  • July 28, 2023
  • 2 replies
  • 499 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?

Best answer by tank666

figma.currentPage = PageNode;
This topic has been closed for replies.

2 replies

tank666
  • 4873 replies
  • Answer
  • July 28, 2023
figma.currentPage = PageNode;

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