@openfin/core 39.81.18 → 39.82.1
Sign up to get free protection for your applications and to get access to all the features.
- package/out/mock-alpha.d.ts +10 -1
- package/out/mock-beta.d.ts +10 -1
- package/out/mock-public.d.ts +10 -1
- package/out/mock.d.ts +10 -1
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -3477,6 +3477,16 @@ declare type ConstWindowOptions = {
|
|
3477
3477
|
* Default is white.
|
3478
3478
|
*/
|
3479
3479
|
backgroundColor: string;
|
3480
|
+
/**
|
3481
|
+
* @defaultValue false
|
3482
|
+
*
|
3483
|
+
* Determines whether WebContents will throttle animations and timers when the page becomes backgrounded.
|
3484
|
+
* This also affects the Page Visibility API.
|
3485
|
+
*
|
3486
|
+
* When `true`, the page is throttled whether it is hidden or not.
|
3487
|
+
*
|
3488
|
+
*/
|
3489
|
+
backgroundThrottling: boolean;
|
3480
3490
|
/**
|
3481
3491
|
* Configures how new content (e,g, from `window.open` or a link) is opened.
|
3482
3492
|
*/
|
@@ -15148,7 +15158,6 @@ declare interface ViewsPreventingUnloadPayload {
|
|
15148
15158
|
* @interface
|
15149
15159
|
*/
|
15150
15160
|
declare type ViewState = ViewCreationOptions & {
|
15151
|
-
backgroundThrottling: boolean;
|
15152
15161
|
componentName: 'view';
|
15153
15162
|
initialUrl: string;
|
15154
15163
|
minWidth?: number;
|
package/out/mock-beta.d.ts
CHANGED
@@ -3477,6 +3477,16 @@ declare type ConstWindowOptions = {
|
|
3477
3477
|
* Default is white.
|
3478
3478
|
*/
|
3479
3479
|
backgroundColor: string;
|
3480
|
+
/**
|
3481
|
+
* @defaultValue false
|
3482
|
+
*
|
3483
|
+
* Determines whether WebContents will throttle animations and timers when the page becomes backgrounded.
|
3484
|
+
* This also affects the Page Visibility API.
|
3485
|
+
*
|
3486
|
+
* When `true`, the page is throttled whether it is hidden or not.
|
3487
|
+
*
|
3488
|
+
*/
|
3489
|
+
backgroundThrottling: boolean;
|
3480
3490
|
/**
|
3481
3491
|
* Configures how new content (e,g, from `window.open` or a link) is opened.
|
3482
3492
|
*/
|
@@ -15148,7 +15158,6 @@ declare interface ViewsPreventingUnloadPayload {
|
|
15148
15158
|
* @interface
|
15149
15159
|
*/
|
15150
15160
|
declare type ViewState = ViewCreationOptions & {
|
15151
|
-
backgroundThrottling: boolean;
|
15152
15161
|
componentName: 'view';
|
15153
15162
|
initialUrl: string;
|
15154
15163
|
minWidth?: number;
|
package/out/mock-public.d.ts
CHANGED
@@ -3477,6 +3477,16 @@ declare type ConstWindowOptions = {
|
|
3477
3477
|
* Default is white.
|
3478
3478
|
*/
|
3479
3479
|
backgroundColor: string;
|
3480
|
+
/**
|
3481
|
+
* @defaultValue false
|
3482
|
+
*
|
3483
|
+
* Determines whether WebContents will throttle animations and timers when the page becomes backgrounded.
|
3484
|
+
* This also affects the Page Visibility API.
|
3485
|
+
*
|
3486
|
+
* When `true`, the page is throttled whether it is hidden or not.
|
3487
|
+
*
|
3488
|
+
*/
|
3489
|
+
backgroundThrottling: boolean;
|
3480
3490
|
/**
|
3481
3491
|
* Configures how new content (e,g, from `window.open` or a link) is opened.
|
3482
3492
|
*/
|
@@ -15148,7 +15158,6 @@ declare interface ViewsPreventingUnloadPayload {
|
|
15148
15158
|
* @interface
|
15149
15159
|
*/
|
15150
15160
|
declare type ViewState = ViewCreationOptions & {
|
15151
|
-
backgroundThrottling: boolean;
|
15152
15161
|
componentName: 'view';
|
15153
15162
|
initialUrl: string;
|
15154
15163
|
minWidth?: number;
|
package/out/mock.d.ts
CHANGED
@@ -3536,6 +3536,16 @@ declare type ConstWindowOptions = {
|
|
3536
3536
|
* Default is white.
|
3537
3537
|
*/
|
3538
3538
|
backgroundColor: string;
|
3539
|
+
/**
|
3540
|
+
* @defaultValue false
|
3541
|
+
*
|
3542
|
+
* Determines whether WebContents will throttle animations and timers when the page becomes backgrounded.
|
3543
|
+
* This also affects the Page Visibility API.
|
3544
|
+
*
|
3545
|
+
* When `true`, the page is throttled whether it is hidden or not.
|
3546
|
+
*
|
3547
|
+
*/
|
3548
|
+
backgroundThrottling: boolean;
|
3539
3549
|
/**
|
3540
3550
|
* Configures how new content (e,g, from `window.open` or a link) is opened.
|
3541
3551
|
*/
|
@@ -15591,7 +15601,6 @@ declare interface ViewsPreventingUnloadPayload {
|
|
15591
15601
|
* @interface
|
15592
15602
|
*/
|
15593
15603
|
declare type ViewState = ViewCreationOptions & {
|
15594
|
-
backgroundThrottling: boolean;
|
15595
15604
|
componentName: 'view';
|
15596
15605
|
initialUrl: string;
|
15597
15606
|
minWidth?: number;
|