@openfin/workspace-platform 22.1.8 → 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.
@@ -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 current window. */
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;