Hey guys, need help understanding if it’s possible to import a frame from another file via api.
I know it’s possible with components using importComponentByKeyAsync() but I want to simply fetch screens from another file into the canvas.
I have the nodes tree object from “GET file nodes” request just need a way to render them in the canvas.
Thanks