@openfin/node-adapter 35.79.5 → 35.79.6
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.
@@ -3731,7 +3731,7 @@ declare type ConstWindowOptions = {
|
|
3731
3731
|
*/
|
3732
3732
|
viewVisibility?: ViewVisibilityOptions;
|
3733
3733
|
/**
|
3734
|
-
* Controls whether an option is inherited from the parent application. Use {
|
3734
|
+
* 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.
|
3735
3735
|
*/
|
3736
3736
|
inheritance?: Partial<InheritableOptions>;
|
3737
3737
|
};
|
@@ -3731,7 +3731,7 @@ declare type ConstWindowOptions = {
|
|
3731
3731
|
*/
|
3732
3732
|
viewVisibility?: ViewVisibilityOptions;
|
3733
3733
|
/**
|
3734
|
-
* Controls whether an option is inherited from the parent application. Use {
|
3734
|
+
* 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.
|
3735
3735
|
*/
|
3736
3736
|
inheritance?: Partial<InheritableOptions>;
|
3737
3737
|
};
|
@@ -3731,7 +3731,7 @@ declare type ConstWindowOptions = {
|
|
3731
3731
|
*/
|
3732
3732
|
viewVisibility?: ViewVisibilityOptions;
|
3733
3733
|
/**
|
3734
|
-
* Controls whether an option is inherited from the parent application. Use {
|
3734
|
+
* 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.
|
3735
3735
|
*/
|
3736
3736
|
inheritance?: Partial<InheritableOptions>;
|
3737
3737
|
};
|
package/out/node-adapter.d.ts
CHANGED
@@ -3774,7 +3774,7 @@ declare type ConstWindowOptions = {
|
|
3774
3774
|
*/
|
3775
3775
|
viewVisibility?: ViewVisibilityOptions;
|
3776
3776
|
/**
|
3777
|
-
* Controls whether an option is inherited from the parent application. Use {
|
3777
|
+
* 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.
|
3778
3778
|
*/
|
3779
3779
|
inheritance?: Partial<InheritableOptions>;
|
3780
3780
|
};
|