Skip to content

Commit bcbcc29

Browse files
committed
✨ feat: add getSymbolsPage method
1 parent 7811ca4 commit bcbcc29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/dom.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,11 @@ declare module 'sketch/dom' {
638638
*/
639639
adjustToFit(): this;
640640

641+
/**
642+
* A method to get the Symbols Page of a Document.
643+
*/
644+
static getSymbolsPage(document: Document): Page | undefined;
645+
641646
constructor(properties?: PageProperties);
642647

643648
/**

0 commit comments

Comments
 (0)