ElectronBrowserWindow.setFocusable method
ElectronBrowserWindow › setFocusable
Unofficial
Changes whether the window can be focused (macOS and Windows).Signature:
setFocusable(focusable: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| focusable | boolean | Whether the window is focusable. |
Returns: void