Skip to content

ElectronBrowserWindow.moveAbove method

ElectronBrowserWindow › moveAbove

Unofficial

Moves window above the source window in the sense of z-order.

Signature:

moveAbove(mediaSourceId: string): void

Parameters:

Parameter Type Description
mediaSourceId string The media source id of the window to move above.

Returns: void