docs: win.getParentWindow() returns BrowserWindow | null (#31574)

Co-authored-by: Milan Burda <milan.burda@gmail.com>
This commit is contained in:
trop[bot]
2021-10-26 15:55:32 -04:00
committed by GitHub
parent ac1f5b159f
commit b09dc5c4a0
2 changed files with 2 additions and 2 deletions

View File

@@ -1687,7 +1687,7 @@ current window into a top-level window.
#### `win.getParentWindow()`
Returns `BrowserWindow` - The parent window.
Returns `BrowserWindow | null` - The parent window or `null` if there is no parent.
#### `win.getChildWindows()`