|
@@ -5,7 +5,7 @@
|
|
|
/**
|
|
|
* Provides APIs to create windows, communicate with other windows and manipulate the current window.
|
|
|
*
|
|
|
- * ## Window events
|
|
|
+ * #### Window events
|
|
|
*
|
|
|
* Events can be listened to using {@link Window.listen}:
|
|
|
* ```typescript
|
|
@@ -1651,7 +1651,7 @@ class Window {
|
|
|
/**
|
|
|
* Sets whether the window should be visible on all workspaces or virtual desktops.
|
|
|
*
|
|
|
- * ## Platform-specific
|
|
|
+ * #### Platform-specific
|
|
|
*
|
|
|
* - **Windows / iOS / Android:** Unsupported.
|
|
|
*
|
|
@@ -2058,7 +2058,7 @@ enum Effect {
|
|
|
/**
|
|
|
* **Windows 7/10/11(22H1) Only**
|
|
|
*
|
|
|
- * ## Notes
|
|
|
+ * #### Notes
|
|
|
*
|
|
|
* This effect has bad performance when resizing/dragging the window on Windows 11 build 22621.
|
|
|
*/
|
|
@@ -2066,7 +2066,7 @@ enum Effect {
|
|
|
/**
|
|
|
* **Windows 10/11**
|
|
|
*
|
|
|
- * ## Notes
|
|
|
+ * #### Notes
|
|
|
*
|
|
|
* This effect has bad performance when resizing/dragging the window on Windows 10 v1903+ and Windows 11 build 22000.
|
|
|
*/
|
|
@@ -2247,7 +2247,7 @@ interface WindowOptions {
|
|
|
parent?: Window | WebviewWindow | string
|
|
|
/** Whether the window should be visible on all workspaces or virtual desktops.
|
|
|
*
|
|
|
- * ## Platform-specific
|
|
|
+ * #### Platform-specific
|
|
|
*
|
|
|
* - **Windows / iOS / Android:** Unsupported.
|
|
|
*
|