(relPath: string)
| 205 | windowToggleMaximize(): void |
| 206 | windowClose(): void |
| 207 | openNoteWindow(relPath: string): Promise<void> |
| 208 | /** Open a vault in a new window. With a `root`, opens that known vault |
| 209 | * directly; without one, prompts with the folder picker. */ |
| 210 | openVaultWindow(root?: string): Promise<VaultInfo | null> |
no outgoing calls
no test coverage detected