@openfin/fdc3-api 42.103.2 → 42.103.3
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
CHANGED
|
@@ -9675,10 +9675,12 @@ declare type MutableWindowOptions = {
|
|
|
9675
9675
|
*/
|
|
9676
9676
|
customData: any;
|
|
9677
9677
|
/**
|
|
9678
|
-
* @deprecated Will be removed in runtime version 45
|
|
9679
9678
|
*
|
|
9680
9679
|
* Show the window's frame.
|
|
9681
9680
|
*
|
|
9681
|
+
* @remarks
|
|
9682
|
+
* This property will not be updatable starting runtime version 45.
|
|
9683
|
+
*
|
|
9682
9684
|
* @default true
|
|
9683
9685
|
*/
|
|
9684
9686
|
frame: boolean;
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -9675,10 +9675,12 @@ declare type MutableWindowOptions = {
|
|
|
9675
9675
|
*/
|
|
9676
9676
|
customData: any;
|
|
9677
9677
|
/**
|
|
9678
|
-
* @deprecated Will be removed in runtime version 45
|
|
9679
9678
|
*
|
|
9680
9679
|
* Show the window's frame.
|
|
9681
9680
|
*
|
|
9681
|
+
* @remarks
|
|
9682
|
+
* This property will not be updatable starting runtime version 45.
|
|
9683
|
+
*
|
|
9682
9684
|
* @default true
|
|
9683
9685
|
*/
|
|
9684
9686
|
frame: boolean;
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -9675,10 +9675,12 @@ declare type MutableWindowOptions = {
|
|
|
9675
9675
|
*/
|
|
9676
9676
|
customData: any;
|
|
9677
9677
|
/**
|
|
9678
|
-
* @deprecated Will be removed in runtime version 45
|
|
9679
9678
|
*
|
|
9680
9679
|
* Show the window's frame.
|
|
9681
9680
|
*
|
|
9681
|
+
* @remarks
|
|
9682
|
+
* This property will not be updatable starting runtime version 45.
|
|
9683
|
+
*
|
|
9682
9684
|
* @default true
|
|
9683
9685
|
*/
|
|
9684
9686
|
frame: boolean;
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -9988,10 +9988,12 @@ declare type MutableWindowOptions = {
|
|
|
9988
9988
|
*/
|
|
9989
9989
|
customData: any;
|
|
9990
9990
|
/**
|
|
9991
|
-
* @deprecated Will be removed in runtime version 45
|
|
9992
9991
|
*
|
|
9993
9992
|
* Show the window's frame.
|
|
9994
9993
|
*
|
|
9994
|
+
* @remarks
|
|
9995
|
+
* This property will not be updatable starting runtime version 45.
|
|
9996
|
+
*
|
|
9995
9997
|
* @default true
|
|
9996
9998
|
*/
|
|
9997
9999
|
frame: boolean;
|