ElectronBrowserWindow.addTabbedWindow method
ElectronBrowserWindow › addTabbedWindow
Unofficial
Adds a window as a tab on this window, after the tab for the window instance (macOS only).Signature:
addTabbedWindow(browserWindow: ElectronBrowserWindow): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| browserWindow | ElectronBrowserWindow | The window to add as a tab. |
Returns: void