@openfin/core 43.100.57 → 43.100.59
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/mock-alpha.d.ts +6 -0
- package/out/mock-beta.d.ts +6 -0
- package/out/mock-public.d.ts +6 -0
- package/out/stub.d.ts +6 -0
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -9410,6 +9410,12 @@ declare type MutableWindowOptions = {
|
|
9410
9410
|
/**
|
9411
9411
|
* Shows the window's icon in the taskbar.
|
9412
9412
|
*
|
9413
|
+
* @remarks
|
9414
|
+
* In Windows, setting `showTaskbarIcon` to false will cause the window to display on all virtual desktops.
|
9415
|
+
* In order to prevent this while keeping `showTaskbarIcon` false, pass the identity of the parent via the
|
9416
|
+
* `modalParentIdentity` (see {@link WindowCreationOptions}). This is useful for popups managed by
|
9417
|
+
* {@link Window._Window.showPopupWindow}.
|
9418
|
+
*
|
9413
9419
|
* @default true
|
9414
9420
|
*/
|
9415
9421
|
showTaskbarIcon: boolean;
|
package/out/mock-beta.d.ts
CHANGED
@@ -9410,6 +9410,12 @@ declare type MutableWindowOptions = {
|
|
9410
9410
|
/**
|
9411
9411
|
* Shows the window's icon in the taskbar.
|
9412
9412
|
*
|
9413
|
+
* @remarks
|
9414
|
+
* In Windows, setting `showTaskbarIcon` to false will cause the window to display on all virtual desktops.
|
9415
|
+
* In order to prevent this while keeping `showTaskbarIcon` false, pass the identity of the parent via the
|
9416
|
+
* `modalParentIdentity` (see {@link WindowCreationOptions}). This is useful for popups managed by
|
9417
|
+
* {@link Window._Window.showPopupWindow}.
|
9418
|
+
*
|
9413
9419
|
* @default true
|
9414
9420
|
*/
|
9415
9421
|
showTaskbarIcon: boolean;
|
package/out/mock-public.d.ts
CHANGED
@@ -9410,6 +9410,12 @@ declare type MutableWindowOptions = {
|
|
9410
9410
|
/**
|
9411
9411
|
* Shows the window's icon in the taskbar.
|
9412
9412
|
*
|
9413
|
+
* @remarks
|
9414
|
+
* In Windows, setting `showTaskbarIcon` to false will cause the window to display on all virtual desktops.
|
9415
|
+
* In order to prevent this while keeping `showTaskbarIcon` false, pass the identity of the parent via the
|
9416
|
+
* `modalParentIdentity` (see {@link WindowCreationOptions}). This is useful for popups managed by
|
9417
|
+
* {@link Window._Window.showPopupWindow}.
|
9418
|
+
*
|
9413
9419
|
* @default true
|
9414
9420
|
*/
|
9415
9421
|
showTaskbarIcon: boolean;
|
package/out/stub.d.ts
CHANGED
@@ -9723,6 +9723,12 @@ declare type MutableWindowOptions = {
|
|
9723
9723
|
/**
|
9724
9724
|
* Shows the window's icon in the taskbar.
|
9725
9725
|
*
|
9726
|
+
* @remarks
|
9727
|
+
* In Windows, setting `showTaskbarIcon` to false will cause the window to display on all virtual desktops.
|
9728
|
+
* In order to prevent this while keeping `showTaskbarIcon` false, pass the identity of the parent via the
|
9729
|
+
* `modalParentIdentity` (see {@link WindowCreationOptions}). This is useful for popups managed by
|
9730
|
+
* {@link Window._Window.showPopupWindow}.
|
9731
|
+
*
|
9726
9732
|
* @default true
|
9727
9733
|
*/
|
9728
9734
|
showTaskbarIcon: boolean;
|