@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.
@@ -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;
@@ -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;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "39.81.18",
3
+ "version": "39.82.1",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/mock.js",