add @atomicservice

Change-Id: If72c332c7ee4b68fcf504d494897c1f09dbabb59
Signed-off-by: majian <251034757@qq.com>
This commit is contained in:
majian 2024-09-23 17:32:27 +08:00
parent 97c81a90fe
commit e2109571f2

View File

@ -2897,6 +2897,7 @@ declare namespace window {
* @throws { BusinessError } 801 - Capability not supported. Failed to call the API due to limited device capabilities.
* @throws { BusinessError } 1300003 - This window manager service works abnormally.
* @syscap SystemCapability.Window.SessionManager
* @atomicservice
* @since 14
*/
function getWindowFromPoint(displayId: number, windowNumber?: number, x?: number, y?: number): Promise<Array<Window>>;