@openfin/workspace-platform 16.1.0 → 16.1.2
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.
|
@@ -5,4 +5,4 @@ import type { LaunchAppRequest } from '../shapes';
|
|
|
5
5
|
* @param app the app directory entry.
|
|
6
6
|
* @param opts launch options.
|
|
7
7
|
*/
|
|
8
|
-
export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.
|
|
8
|
+
export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.View | OpenFin.Identity | OpenFin.Platform | OpenFin.Application>;
|
|
@@ -157,4 +157,6 @@ export declare const getComponentWindowStatus: () => Promise<{
|
|
|
157
157
|
storefrontRunning: boolean;
|
|
158
158
|
homeRunning: boolean;
|
|
159
159
|
}>;
|
|
160
|
+
export declare const deserializeWindowBounds: (serialized: string) => OpenFin.WindowBounds | null;
|
|
161
|
+
export declare const serializeWindowBounds: (bounds: OpenFin.WindowBounds) => string;
|
|
160
162
|
export {};
|