Skip to content

ElectronBrowserWindow.setTopBrowserView method

ElectronBrowserWindow › setTopBrowserView

Unofficial

Raises browserView above other views attached to the window.

Signature:

setTopBrowserView(browserView: ElectronBrowserView): void

Parameters:

Parameter Type Description
browserView ElectronBrowserView The view to raise.

Returns: void