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): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| movable | boolean | Whether the window is movable. |
Returns: void