From 6fc81224f07aac1835e47eec6feea791f97911ff Mon Sep 17 00:00:00 2001 From: ouliang333 Date: Thu, 4 Aug 2022 09:09:54 +0000 Subject: [PATCH] Added the interface for obtaining window ids Signed-off-by: ouliang333 --- api/@ohos.window.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) mode change 100644 => 100755 api/@ohos.window.d.ts diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts old mode 100644 new mode 100755 index 4f8707b09a..6897639b9e --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -450,6 +450,12 @@ declare namespace window { * @since 7 */ isTransparent: boolean + + /** + * window id + * @since 9 + */ + id: number } /** -- Gitee