@openfin/fdc3-api 38.81.51 → 38.82.52
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/out/fdc3-api-alpha.d.ts +10 -1
- package/out/fdc3-api-beta.d.ts +10 -1
- package/out/fdc3-api-public.d.ts +10 -1
- package/out/fdc3-api.d.ts +10 -1
- package/package.json +1 -1
package/out/fdc3-api-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
|
*/
|
|
@@ -15590,7 +15600,6 @@ declare interface ViewsPreventingUnloadPayload {
|
|
|
15590
15600
|
* @interface
|
|
15591
15601
|
*/
|
|
15592
15602
|
declare type ViewState = ViewCreationOptions & {
|
|
15593
|
-
backgroundThrottling: boolean;
|
|
15594
15603
|
componentName: 'view';
|
|
15595
15604
|
initialUrl: string;
|
|
15596
15605
|
minWidth?: number;
|
package/out/fdc3-api-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
|
*/
|
|
@@ -15590,7 +15600,6 @@ declare interface ViewsPreventingUnloadPayload {
|
|
|
15590
15600
|
* @interface
|
|
15591
15601
|
*/
|
|
15592
15602
|
declare type ViewState = ViewCreationOptions & {
|
|
15593
|
-
backgroundThrottling: boolean;
|
|
15594
15603
|
componentName: 'view';
|
|
15595
15604
|
initialUrl: string;
|
|
15596
15605
|
minWidth?: number;
|
package/out/fdc3-api-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
|
*/
|
|
@@ -15590,7 +15600,6 @@ declare interface ViewsPreventingUnloadPayload {
|
|
|
15590
15600
|
* @interface
|
|
15591
15601
|
*/
|
|
15592
15602
|
declare type ViewState = ViewCreationOptions & {
|
|
15593
|
-
backgroundThrottling: boolean;
|
|
15594
15603
|
componentName: 'view';
|
|
15595
15604
|
initialUrl: string;
|
|
15596
15605
|
minWidth?: number;
|
package/out/fdc3-api.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
|
*/
|
|
@@ -16033,7 +16043,6 @@ declare interface ViewsPreventingUnloadPayload {
|
|
|
16033
16043
|
* @interface
|
|
16034
16044
|
*/
|
|
16035
16045
|
declare type ViewState = ViewCreationOptions & {
|
|
16036
|
-
backgroundThrottling: boolean;
|
|
16037
16046
|
componentName: 'view';
|
|
16038
16047
|
initialUrl: string;
|
|
16039
16048
|
minWidth?: number;
|