getUnpublishedPageChanges

Beta

getUnpublishedPageChanges

Gets page changes since the project was last published.

framer.getUnpublishedPageChanges(): Promise<readonly UnpublishedPageChange[]

Paths are current for added and updated pages, and last-published for removed pages. Each call to a change's getNode() method performs a fresh lookup rather than returning a snapshot.

Returns