Skip to content

ElectronBrowserWindow.setMovable method

ElectronBrowserWindow › setMovable

Unofficial

Sets whether the window can be moved by user. On Linux does nothing (macOS and Windows).

Signature:

setMovable(movable: boolean): void

Parameters:

Parameter Type Description
movable boolean Whether the window is movable.

Returns: void