@openfin/fdc3-api 43.100.58 → 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.
@@ -9752,6 +9752,12 @@ declare type MutableWindowOptions = {
9752
9752
  /**
9753
9753
  * Shows the window's icon in the taskbar.
9754
9754
  *
9755
+ * @remarks
9756
+ * In Windows, setting `showTaskbarIcon` to false will cause the window to display on all virtual desktops.
9757
+ * In order to prevent this while keeping `showTaskbarIcon` false, pass the identity of the parent via the
9758
+ * `modalParentIdentity` (see {@link WindowCreationOptions}). This is useful for popups managed by
9759
+ * {@link Window._Window.showPopupWindow}.
9760
+ *
9755
9761
  * @default true
9756
9762
  */
9757
9763
  showTaskbarIcon: boolean;
@@ -9752,6 +9752,12 @@ declare type MutableWindowOptions = {
9752
9752
  /**
9753
9753
  * Shows the window's icon in the taskbar.
9754
9754
  *
9755
+ * @remarks
9756
+ * In Windows, setting `showTaskbarIcon` to false will cause the window to display on all virtual desktops.
9757
+ * In order to prevent this while keeping `showTaskbarIcon` false, pass the identity of the parent via the
9758
+ * `modalParentIdentity` (see {@link WindowCreationOptions}). This is useful for popups managed by
9759
+ * {@link Window._Window.showPopupWindow}.
9760
+ *
9755
9761
  * @default true
9756
9762
  */
9757
9763
  showTaskbarIcon: boolean;
@@ -9752,6 +9752,12 @@ declare type MutableWindowOptions = {
9752
9752
  /**
9753
9753
  * Shows the window's icon in the taskbar.
9754
9754
  *
9755
+ * @remarks
9756
+ * In Windows, setting `showTaskbarIcon` to false will cause the window to display on all virtual desktops.
9757
+ * In order to prevent this while keeping `showTaskbarIcon` false, pass the identity of the parent via the
9758
+ * `modalParentIdentity` (see {@link WindowCreationOptions}). This is useful for popups managed by
9759
+ * {@link Window._Window.showPopupWindow}.
9760
+ *
9755
9761
  * @default true
9756
9762
  */
9757
9763
  showTaskbarIcon: boolean;
package/out/fdc3-api.d.ts CHANGED
@@ -10065,6 +10065,12 @@ declare type MutableWindowOptions = {
10065
10065
  /**
10066
10066
  * Shows the window's icon in the taskbar.
10067
10067
  *
10068
+ * @remarks
10069
+ * In Windows, setting `showTaskbarIcon` to false will cause the window to display on all virtual desktops.
10070
+ * In order to prevent this while keeping `showTaskbarIcon` false, pass the identity of the parent via the
10071
+ * `modalParentIdentity` (see {@link WindowCreationOptions}). This is useful for popups managed by
10072
+ * {@link Window._Window.showPopupWindow}.
10073
+ *
10068
10074
  * @default true
10069
10075
  */
10070
10076
  showTaskbarIcon: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "43.100.58",
3
+ "version": "43.100.59",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,