docs: add win.isFocusable() return type (#37261)

docs: fix `win.isFocusable()` return type

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Andrew Ferreira <andrew.shien2@gmail.com>
This commit is contained in:
trop[bot]
2023-02-20 12:52:57 +01:00
committed by GitHub
parent 29f8161917
commit 36f80bd587

View File

@@ -1769,7 +1769,7 @@ On macOS it does not remove the focus from the window.
#### `win.isFocusable()` _macOS_ _Windows_
Returns whether the window can be focused.
Returns `boolean` - Whether the window can be focused.
#### `win.setParentWindow(parent)`