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:

ParameterTypeDescription
movablebooleanWhether the window is movable.

Returns: void