ElectronBrowserWindow.isMovable method
ElectronBrowserWindow › isMovable
Unofficial
Returns whether the window can be moved by user. On Linux always returnstrue (macOS and Windows). Signature:
isMovable(): booleanReturns: boolean — Whether the window is movable.