update api/@ohos.window.d.ts.

Signed-off-by: zzz <zhengleran@huawei.com>
This commit is contained in:
zzz 2025-03-29 06:58:21 +00:00 committed by Gitee
parent c10fb40d17
commit 0120ff2905
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3078,7 +3078,7 @@ declare namespace window {
* @permission ohos.permission.VISIBLE_WINDOW_INFO
* @returns { Promise<Array<WindowInfo>> } - Promise that returns windowInfo list.
* @throws { BusinessError } 201 - Permission verification failed. The application does not have the permission required to call the API.
* @throws { BusinessError } 801 - Capability not supported. Failed to call the API due to limited device capabilities.
* @throws { BusinessError } 801 - Capability not supported. Function getVisibleWindowInfo can not work correctly due to limited device capabilities.
* @throws { BusinessError } 1300003 - This window manager service works abnormally.
* @syscap SystemCapability.Window.SessionManager
* @since 18