docs: add `win.isFocusable()` return type (#37245)

docs: fix `win.isFocusable()` return type
This commit is contained in:
Andrew Ferreira 2023-02-14 06:01:22 -03:00 коммит произвёл GitHub
Родитель 2e8114aea3
Коммит cb03c6516b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1776,7 +1776,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)`