@openfin/core 25.68.28 → 25.68.29
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/OpenFin.d.ts +493 -519
- package/package.json +1 -1
- package/src/api/window/Instance.d.ts +1 -1
- package/openfin-core-25.68.26.tgz +0 -0
package/package.json
CHANGED
|
@@ -916,7 +916,7 @@ export declare class _Window extends WebContents<WindowEvents> {
|
|
|
916
916
|
* @return {Promise.<void>}
|
|
917
917
|
* @tutorial Window.updateOptions
|
|
918
918
|
*/
|
|
919
|
-
updateOptions(options:
|
|
919
|
+
updateOptions(options: OpenFin.UpdateableWindowOptions): Promise<void>;
|
|
920
920
|
/**
|
|
921
921
|
* Provides credentials to authentication requests
|
|
922
922
|
* @param { string } userName userName to provide to the authentication challenge
|
|
Binary file
|