ElectronBrowserWindow.getParentWindow method
ElectronBrowserWindow › getParentWindow
Unofficial
Returns the parent window.Signature:
getParentWindow(): ElectronBrowserWindow | nullReturns: ElectronBrowserWindow | null — The parent window or null if there is no parent.