@openfin/core 32.76.8 → 32.76.10
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/package.json
CHANGED
package/src/OpenFin.d.ts
CHANGED
|
@@ -647,7 +647,7 @@ export type MutableWindowOptions = {
|
|
|
647
647
|
* Turns anything of matching RGB value transparent.
|
|
648
648
|
*
|
|
649
649
|
* Caveats:
|
|
650
|
-
* *
|
|
650
|
+
* * Runtime flags --disable-gpu and --allow-unsafe-compositing are required. Note: Unclear behavior on remote Desktop support
|
|
651
651
|
* * User cannot click-through transparent regions
|
|
652
652
|
* * Not supported on Mac
|
|
653
653
|
* * Windows Aero must be enabled
|
|
@@ -779,6 +779,7 @@ export type MutableWindowOptions = {
|
|
|
779
779
|
* A flag that specifies how transparent the window will be.
|
|
780
780
|
* Changing opacity doesn't work on Windows 7 without Aero so setting this value will have no effect there.
|
|
781
781
|
* This value is clamped between `0.0` and `1.0`.
|
|
782
|
+
* In software composition mode, the runtime flag --allow-unsafe-compositing is required.
|
|
782
783
|
*/
|
|
783
784
|
opacity: number;
|
|
784
785
|
/**
|
|
@@ -107,7 +107,7 @@ import { WebContents } from '../webcontents/main';
|
|
|
107
107
|
* alphaMask turns anything of matching RGB value transparent.
|
|
108
108
|
* <br>
|
|
109
109
|
* Caveats:
|
|
110
|
-
* *
|
|
110
|
+
* * Runtime flags --disable-gpu and --allow-unsafe-compositing are required. Note: Unclear behavior on remote Desktop support
|
|
111
111
|
* * User cannot click-through transparent regions
|
|
112
112
|
* * Not supported on Mac
|
|
113
113
|
* * Windows Aero must be enabled
|
|
@@ -295,6 +295,7 @@ import { WebContents } from '../webcontents/main';
|
|
|
295
295
|
* A flag that specifies how transparent the window will be.
|
|
296
296
|
* Changing opacity doesn't work on Windows 7 without Aero so setting this value will have no effect there.
|
|
297
297
|
* This value is clamped between `0.0` and `1.0`.
|
|
298
|
+
* * In software composition mode, the runtime flag --allow-unsafe-compositing is required.
|
|
298
299
|
*
|
|
299
300
|
* @property {preloadScript[]} [preloadScripts] - _Inheritable_
|
|
300
301
|
* A list of scripts that are eval'ed before other scripts in the page. When omitted, _inherits_
|
|
@@ -114,7 +114,7 @@ const view_1 = require("../view");
|
|
|
114
114
|
* alphaMask turns anything of matching RGB value transparent.
|
|
115
115
|
* <br>
|
|
116
116
|
* Caveats:
|
|
117
|
-
* *
|
|
117
|
+
* * Runtime flags --disable-gpu and --allow-unsafe-compositing are required. Note: Unclear behavior on remote Desktop support
|
|
118
118
|
* * User cannot click-through transparent regions
|
|
119
119
|
* * Not supported on Mac
|
|
120
120
|
* * Windows Aero must be enabled
|
|
@@ -302,6 +302,7 @@ const view_1 = require("../view");
|
|
|
302
302
|
* A flag that specifies how transparent the window will be.
|
|
303
303
|
* Changing opacity doesn't work on Windows 7 without Aero so setting this value will have no effect there.
|
|
304
304
|
* This value is clamped between `0.0` and `1.0`.
|
|
305
|
+
* * In software composition mode, the runtime flag --allow-unsafe-compositing is required.
|
|
305
306
|
*
|
|
306
307
|
* @property {preloadScript[]} [preloadScripts] - _Inheritable_
|
|
307
308
|
* A list of scripts that are eval'ed before other scripts in the page. When omitted, _inherits_
|