You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,9 @@ Emitted when a window has been activated.
81
81
82
82
We try to keep this class similar to Electron's known [`BrowserWindow`](https://electronjs.org/docs/api/browser-window) class, to keep it simple to use.
83
83
84
-
### new Window(id: number | [`WindowInfo`](#object-windowinfo))
84
+
### new Window(id: number)
85
85
86
-
-`id`- this can be either a `number` or a [`WindowInfo`](#object-windowinfo) object.
0 commit comments