Skip to content

ElectronBrowserWindow.setFocusable method

ElectronBrowserWindow › setFocusable

Unofficial

Changes whether the window can be focused (macOS and Windows).

Signature:

setFocusable(focusable: boolean): void

Parameters:

Parameter Type Description
focusable boolean Whether the window is focusable.

Returns: void