UNPKG

362 BTypeScriptView Raw
1/**
2 * The window hash value that is used to spawn a new default window.
3 */
4export declare const DEFAULT_WINDOW_HASH: string;
5/**
6 * The options for opening new windows.
7 */
8export interface NewWindowOptions {
9 /**
10 * Controls whether the window should be opened externally.
11 */
12 readonly external?: boolean;
13}
14//# sourceMappingURL=window.d.ts.map
\No newline at end of file