@openfin/workspace 20.1.2 → 20.1.4
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/client-api-platform/src/shapes.d.ts +1 -1
- package/home.js +1 -1
- package/index.js +1 -1
- package/notifications.js +1 -1
- package/package.json +1 -1
- package/store.js +1 -1
|
@@ -1374,7 +1374,7 @@ export interface BrowserWindowFactory {
|
|
|
1374
1374
|
* const windowIdentity = await workspacePlatform.Browser.getLastFocusedWindow();
|
|
1375
1375
|
* ```
|
|
1376
1376
|
*/
|
|
1377
|
-
getLastFocusedWindow(): Promise<OpenFin.Identity>;
|
|
1377
|
+
getLastFocusedWindow(): Promise<OpenFin.Identity | undefined>;
|
|
1378
1378
|
}
|
|
1379
1379
|
/**
|
|
1380
1380
|
* API for interacting with persistent storage.
|