Skip to content

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): void

Parameters:

ParameterTypeDescription
browserWindowElectronBrowserWindowThe window to add as a tab.

Returns: void