@openfin/node-adapter 37.80.19 → 37.80.20
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.
@@ -3843,6 +3843,10 @@ declare type ConstWindowOptions = {
|
|
3843
3843
|
* _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
|
3844
3844
|
*/
|
3845
3845
|
viewVisibility?: ViewVisibilityOptions;
|
3846
|
+
/**
|
3847
|
+
* Controls whether an option is inherited from the parent application. Use { <option>: false } to disable a specific <option>. All inheritable properties will be inherited by default if omitted."
|
3848
|
+
*/
|
3849
|
+
inheritance?: Partial<InheritableOptions>;
|
3846
3850
|
};
|
3847
3851
|
|
3848
3852
|
declare interface Container extends EventEmitter_2 {
|
@@ -6746,6 +6750,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
|
|
6746
6750
|
metadata?: MetadataType;
|
6747
6751
|
};
|
6748
6752
|
|
6753
|
+
declare type InheritableOptions = {
|
6754
|
+
customContext: boolean;
|
6755
|
+
customData: boolean;
|
6756
|
+
icon: boolean;
|
6757
|
+
preloadScripts: boolean;
|
6758
|
+
};
|
6759
|
+
|
6749
6760
|
/**
|
6750
6761
|
* Generated when an application has initialized.
|
6751
6762
|
* @interface
|
@@ -9979,6 +9990,7 @@ declare namespace OpenFin {
|
|
9979
9990
|
WindowState,
|
9980
9991
|
AutoplayPolicyOptions,
|
9981
9992
|
ConstWindowOptions,
|
9993
|
+
InheritableOptions,
|
9982
9994
|
MutableWindowOptions,
|
9983
9995
|
WorkspacePlatformOptions,
|
9984
9996
|
WebRequestHeader,
|
@@ -3843,6 +3843,10 @@ declare type ConstWindowOptions = {
|
|
3843
3843
|
* _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
|
3844
3844
|
*/
|
3845
3845
|
viewVisibility?: ViewVisibilityOptions;
|
3846
|
+
/**
|
3847
|
+
* Controls whether an option is inherited from the parent application. Use { <option>: false } to disable a specific <option>. All inheritable properties will be inherited by default if omitted."
|
3848
|
+
*/
|
3849
|
+
inheritance?: Partial<InheritableOptions>;
|
3846
3850
|
};
|
3847
3851
|
|
3848
3852
|
declare interface Container extends EventEmitter_2 {
|
@@ -6746,6 +6750,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
|
|
6746
6750
|
metadata?: MetadataType;
|
6747
6751
|
};
|
6748
6752
|
|
6753
|
+
declare type InheritableOptions = {
|
6754
|
+
customContext: boolean;
|
6755
|
+
customData: boolean;
|
6756
|
+
icon: boolean;
|
6757
|
+
preloadScripts: boolean;
|
6758
|
+
};
|
6759
|
+
|
6749
6760
|
/**
|
6750
6761
|
* Generated when an application has initialized.
|
6751
6762
|
* @interface
|
@@ -9979,6 +9990,7 @@ declare namespace OpenFin {
|
|
9979
9990
|
WindowState,
|
9980
9991
|
AutoplayPolicyOptions,
|
9981
9992
|
ConstWindowOptions,
|
9993
|
+
InheritableOptions,
|
9982
9994
|
MutableWindowOptions,
|
9983
9995
|
WorkspacePlatformOptions,
|
9984
9996
|
WebRequestHeader,
|
@@ -3843,6 +3843,10 @@ declare type ConstWindowOptions = {
|
|
3843
3843
|
* _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
|
3844
3844
|
*/
|
3845
3845
|
viewVisibility?: ViewVisibilityOptions;
|
3846
|
+
/**
|
3847
|
+
* Controls whether an option is inherited from the parent application. Use { <option>: false } to disable a specific <option>. All inheritable properties will be inherited by default if omitted."
|
3848
|
+
*/
|
3849
|
+
inheritance?: Partial<InheritableOptions>;
|
3846
3850
|
};
|
3847
3851
|
|
3848
3852
|
declare interface Container extends EventEmitter_2 {
|
@@ -6746,6 +6750,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
|
|
6746
6750
|
metadata?: MetadataType;
|
6747
6751
|
};
|
6748
6752
|
|
6753
|
+
declare type InheritableOptions = {
|
6754
|
+
customContext: boolean;
|
6755
|
+
customData: boolean;
|
6756
|
+
icon: boolean;
|
6757
|
+
preloadScripts: boolean;
|
6758
|
+
};
|
6759
|
+
|
6749
6760
|
/**
|
6750
6761
|
* Generated when an application has initialized.
|
6751
6762
|
* @interface
|
@@ -9979,6 +9990,7 @@ declare namespace OpenFin {
|
|
9979
9990
|
WindowState,
|
9980
9991
|
AutoplayPolicyOptions,
|
9981
9992
|
ConstWindowOptions,
|
9993
|
+
InheritableOptions,
|
9982
9994
|
MutableWindowOptions,
|
9983
9995
|
WorkspacePlatformOptions,
|
9984
9996
|
WebRequestHeader,
|
package/out/node-adapter.d.ts
CHANGED
@@ -3898,6 +3898,10 @@ declare type ConstWindowOptions = {
|
|
3898
3898
|
* _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
|
3899
3899
|
*/
|
3900
3900
|
viewVisibility?: ViewVisibilityOptions;
|
3901
|
+
/**
|
3902
|
+
* Controls whether an option is inherited from the parent application. Use { <option>: false } to disable a specific <option>. All inheritable properties will be inherited by default if omitted."
|
3903
|
+
*/
|
3904
|
+
inheritance?: Partial<InheritableOptions>;
|
3901
3905
|
};
|
3902
3906
|
|
3903
3907
|
declare interface Container extends EventEmitter_2 {
|
@@ -6858,6 +6862,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
|
|
6858
6862
|
metadata?: MetadataType;
|
6859
6863
|
};
|
6860
6864
|
|
6865
|
+
declare type InheritableOptions = {
|
6866
|
+
customContext: boolean;
|
6867
|
+
customData: boolean;
|
6868
|
+
icon: boolean;
|
6869
|
+
preloadScripts: boolean;
|
6870
|
+
};
|
6871
|
+
|
6861
6872
|
/**
|
6862
6873
|
* Generated when an application has initialized.
|
6863
6874
|
* @interface
|
@@ -10312,6 +10323,7 @@ declare namespace OpenFin {
|
|
10312
10323
|
WindowState,
|
10313
10324
|
AutoplayPolicyOptions,
|
10314
10325
|
ConstWindowOptions,
|
10326
|
+
InheritableOptions,
|
10315
10327
|
MutableWindowOptions,
|
10316
10328
|
WorkspacePlatformOptions,
|
10317
10329
|
WebRequestHeader,
|