@openfin/workspace-platform 22.1.9 → 22.2.0
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 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/workspace_platform.zip +0 -0
|
@@ -64,7 +64,7 @@ export declare const getBoundsFromCenter: (center: Point, size: Size) => OpenFin
|
|
|
64
64
|
* @returns the wrapped OpenFin window identity.
|
|
65
65
|
*/
|
|
66
66
|
export declare function getOFWindow(identity: WindowIdentity): OpenFin.Window;
|
|
67
|
-
/** The OpenFin identity for the
|
|
67
|
+
/** The OpenFin identity for the process. */
|
|
68
68
|
export declare const currentOFIdentity: WindowIdentity;
|
|
69
69
|
/** Get the current OpenFin window. */
|
|
70
70
|
export declare function getCurrentOFWindow(): OpenFin.Window;
|