@openfin/workspace-platform 19.1.5 → 19.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/src/utils/window.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -151,6 +151,7 @@ export declare const isWindowRunning: (identity: WindowIdentity) => Promise<bool
|
|
|
151
151
|
export declare const isStorefrontWindowRunning: () => Promise<boolean>;
|
|
152
152
|
export declare const isDockWindowRunning: () => Promise<boolean>;
|
|
153
153
|
export declare const isHomeWindowRunning: () => Promise<boolean>;
|
|
154
|
+
export declare const isNotificationCenterWindowRunning: () => Promise<boolean>;
|
|
154
155
|
export declare const showAndFocusStorefront: () => Promise<void>;
|
|
155
156
|
export declare const showAndFocusDock: () => Promise<void>;
|
|
156
157
|
export declare const getDisableMultiplePagesOption: (identity: WindowIdentity) => Promise<any>;
|