@openfin/node-adapter 34.78.80 → 34.78.81
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.
@@ -3849,7 +3849,7 @@ declare type ConstWindowOptions = {
|
|
3849
3849
|
*/
|
3850
3850
|
viewVisibility?: ViewVisibilityOptions;
|
3851
3851
|
/**
|
3852
|
-
* Controls whether an option is inherited from the parent application. Use {
|
3852
|
+
* Controls whether an option is inherited from the parent application. The option is set as part of the window options for the parent application in either the {@link Manifest.startup_app} or {@link Manifest.platform} properties in the manifest or in {@link ApplicationOptions.mainWindowOptions} when calling {@link Application.ApplicationModule.start Application.start}. Use { [option]: false } to disable a specific [option]. All inheritable properties will be inherited by default if omitted.
|
3853
3853
|
*/
|
3854
3854
|
inheritance?: Partial<InheritableOptions>;
|
3855
3855
|
};
|
@@ -6001,6 +6001,8 @@ declare class _Frame extends EmitterBase<OpenFin.FrameEvent> {
|
|
6001
6001
|
* Returns a frame info object representing the window that the referenced iframe is
|
6002
6002
|
* currently embedded in.
|
6003
6003
|
*
|
6004
|
+
* @remarks If the frame is embedded in a view, this will return an invalid stub with empty fields.
|
6005
|
+
*
|
6004
6006
|
* @example
|
6005
6007
|
* ```js
|
6006
6008
|
* async function getParentWindow() {
|
@@ -12209,7 +12211,7 @@ declare type PreloadScriptInfoRunning = {
|
|
12209
12211
|
* @interface
|
12210
12212
|
*/
|
12211
12213
|
declare type PreloadScriptsStateChangedEvent = PreloadScriptsStateChangeEvent & {
|
12212
|
-
type: 'preload-
|
12214
|
+
type: 'preload-scripts-state-changed';
|
12213
12215
|
};
|
12214
12216
|
|
12215
12217
|
/**
|
@@ -12226,7 +12228,7 @@ declare type PreloadScriptsStateChangeEvent = BaseEvent_5 & {
|
|
12226
12228
|
* @interface
|
12227
12229
|
*/
|
12228
12230
|
declare type PreloadScriptsStateChangingEvent = PreloadScriptsStateChangeEvent & {
|
12229
|
-
type: 'preload-
|
12231
|
+
type: 'preload-scripts-state-changing';
|
12230
12232
|
};
|
12231
12233
|
|
12232
12234
|
declare type PresetLayoutOptions = OpenFin.PresetLayoutOptions;
|
@@ -3849,7 +3849,7 @@ declare type ConstWindowOptions = {
|
|
3849
3849
|
*/
|
3850
3850
|
viewVisibility?: ViewVisibilityOptions;
|
3851
3851
|
/**
|
3852
|
-
* Controls whether an option is inherited from the parent application. Use {
|
3852
|
+
* Controls whether an option is inherited from the parent application. The option is set as part of the window options for the parent application in either the {@link Manifest.startup_app} or {@link Manifest.platform} properties in the manifest or in {@link ApplicationOptions.mainWindowOptions} when calling {@link Application.ApplicationModule.start Application.start}. Use { [option]: false } to disable a specific [option]. All inheritable properties will be inherited by default if omitted.
|
3853
3853
|
*/
|
3854
3854
|
inheritance?: Partial<InheritableOptions>;
|
3855
3855
|
};
|
@@ -6001,6 +6001,8 @@ declare class _Frame extends EmitterBase<OpenFin.FrameEvent> {
|
|
6001
6001
|
* Returns a frame info object representing the window that the referenced iframe is
|
6002
6002
|
* currently embedded in.
|
6003
6003
|
*
|
6004
|
+
* @remarks If the frame is embedded in a view, this will return an invalid stub with empty fields.
|
6005
|
+
*
|
6004
6006
|
* @example
|
6005
6007
|
* ```js
|
6006
6008
|
* async function getParentWindow() {
|
@@ -12209,7 +12211,7 @@ declare type PreloadScriptInfoRunning = {
|
|
12209
12211
|
* @interface
|
12210
12212
|
*/
|
12211
12213
|
declare type PreloadScriptsStateChangedEvent = PreloadScriptsStateChangeEvent & {
|
12212
|
-
type: 'preload-
|
12214
|
+
type: 'preload-scripts-state-changed';
|
12213
12215
|
};
|
12214
12216
|
|
12215
12217
|
/**
|
@@ -12226,7 +12228,7 @@ declare type PreloadScriptsStateChangeEvent = BaseEvent_5 & {
|
|
12226
12228
|
* @interface
|
12227
12229
|
*/
|
12228
12230
|
declare type PreloadScriptsStateChangingEvent = PreloadScriptsStateChangeEvent & {
|
12229
|
-
type: 'preload-
|
12231
|
+
type: 'preload-scripts-state-changing';
|
12230
12232
|
};
|
12231
12233
|
|
12232
12234
|
declare type PresetLayoutOptions = OpenFin.PresetLayoutOptions;
|
@@ -3849,7 +3849,7 @@ declare type ConstWindowOptions = {
|
|
3849
3849
|
*/
|
3850
3850
|
viewVisibility?: ViewVisibilityOptions;
|
3851
3851
|
/**
|
3852
|
-
* Controls whether an option is inherited from the parent application. Use {
|
3852
|
+
* Controls whether an option is inherited from the parent application. The option is set as part of the window options for the parent application in either the {@link Manifest.startup_app} or {@link Manifest.platform} properties in the manifest or in {@link ApplicationOptions.mainWindowOptions} when calling {@link Application.ApplicationModule.start Application.start}. Use { [option]: false } to disable a specific [option]. All inheritable properties will be inherited by default if omitted.
|
3853
3853
|
*/
|
3854
3854
|
inheritance?: Partial<InheritableOptions>;
|
3855
3855
|
};
|
@@ -6001,6 +6001,8 @@ declare class _Frame extends EmitterBase<OpenFin.FrameEvent> {
|
|
6001
6001
|
* Returns a frame info object representing the window that the referenced iframe is
|
6002
6002
|
* currently embedded in.
|
6003
6003
|
*
|
6004
|
+
* @remarks If the frame is embedded in a view, this will return an invalid stub with empty fields.
|
6005
|
+
*
|
6004
6006
|
* @example
|
6005
6007
|
* ```js
|
6006
6008
|
* async function getParentWindow() {
|
@@ -12209,7 +12211,7 @@ declare type PreloadScriptInfoRunning = {
|
|
12209
12211
|
* @interface
|
12210
12212
|
*/
|
12211
12213
|
declare type PreloadScriptsStateChangedEvent = PreloadScriptsStateChangeEvent & {
|
12212
|
-
type: 'preload-
|
12214
|
+
type: 'preload-scripts-state-changed';
|
12213
12215
|
};
|
12214
12216
|
|
12215
12217
|
/**
|
@@ -12226,7 +12228,7 @@ declare type PreloadScriptsStateChangeEvent = BaseEvent_5 & {
|
|
12226
12228
|
* @interface
|
12227
12229
|
*/
|
12228
12230
|
declare type PreloadScriptsStateChangingEvent = PreloadScriptsStateChangeEvent & {
|
12229
|
-
type: 'preload-
|
12231
|
+
type: 'preload-scripts-state-changing';
|
12230
12232
|
};
|
12231
12233
|
|
12232
12234
|
declare type PresetLayoutOptions = OpenFin.PresetLayoutOptions;
|
package/out/node-adapter.d.ts
CHANGED
@@ -3892,7 +3892,7 @@ declare type ConstWindowOptions = {
|
|
3892
3892
|
*/
|
3893
3893
|
viewVisibility?: ViewVisibilityOptions;
|
3894
3894
|
/**
|
3895
|
-
* Controls whether an option is inherited from the parent application. Use {
|
3895
|
+
* Controls whether an option is inherited from the parent application. The option is set as part of the window options for the parent application in either the {@link Manifest.startup_app} or {@link Manifest.platform} properties in the manifest or in {@link ApplicationOptions.mainWindowOptions} when calling {@link Application.ApplicationModule.start Application.start}. Use { [option]: false } to disable a specific [option]. All inheritable properties will be inherited by default if omitted.
|
3896
3896
|
*/
|
3897
3897
|
inheritance?: Partial<InheritableOptions>;
|
3898
3898
|
};
|
@@ -6095,6 +6095,8 @@ declare class _Frame extends EmitterBase<OpenFin.FrameEvent> {
|
|
6095
6095
|
* Returns a frame info object representing the window that the referenced iframe is
|
6096
6096
|
* currently embedded in.
|
6097
6097
|
*
|
6098
|
+
* @remarks If the frame is embedded in a view, this will return an invalid stub with empty fields.
|
6099
|
+
*
|
6098
6100
|
* @example
|
6099
6101
|
* ```js
|
6100
6102
|
* async function getParentWindow() {
|
@@ -12608,7 +12610,7 @@ declare type PreloadScriptInfoRunning = {
|
|
12608
12610
|
* @interface
|
12609
12611
|
*/
|
12610
12612
|
declare type PreloadScriptsStateChangedEvent = PreloadScriptsStateChangeEvent & {
|
12611
|
-
type: 'preload-
|
12613
|
+
type: 'preload-scripts-state-changed';
|
12612
12614
|
};
|
12613
12615
|
|
12614
12616
|
/**
|
@@ -12625,7 +12627,7 @@ declare type PreloadScriptsStateChangeEvent = BaseEvent_5 & {
|
|
12625
12627
|
* @interface
|
12626
12628
|
*/
|
12627
12629
|
declare type PreloadScriptsStateChangingEvent = PreloadScriptsStateChangeEvent & {
|
12628
|
-
type: 'preload-
|
12630
|
+
type: 'preload-scripts-state-changing';
|
12629
12631
|
};
|
12630
12632
|
|
12631
12633
|
declare type PresetLayoutOptions = OpenFin.PresetLayoutOptions;
|
package/out/node-adapter.js
CHANGED
@@ -11234,6 +11234,8 @@ class _Frame extends base_1$a.EmitterBase {
|
|
11234
11234
|
* Returns a frame info object representing the window that the referenced iframe is
|
11235
11235
|
* currently embedded in.
|
11236
11236
|
*
|
11237
|
+
* @remarks If the frame is embedded in a view, this will return an invalid stub with empty fields.
|
11238
|
+
*
|
11237
11239
|
* @example
|
11238
11240
|
* ```js
|
11239
11241
|
* async function getParentWindow() {
|