From 6fa7e653fbb84fd4821ac98de3088a1e8a6f87fc Mon Sep 17 00:00:00 2001 From: yanxinyu7 Date: Wed, 23 Jul 2025 10:30:33 +0800 Subject: [PATCH] =?UTF-8?q?parentId=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yanxinyu7 --- api/@ohos.window.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 69ef212da8..96402f7cff 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -2599,20 +2599,20 @@ declare namespace window { /** * Indicates Parent window id * - * @type { ?number } + * @type { ?int } * @syscap SystemCapability.WindowManager.WindowManager.Core * @since 9 */ /** * Indicates Parent window id * - * @type { ?number } + * @type { ?int } * @syscap SystemCapability.WindowManager.WindowManager.Core * @atomicservice * @since arkts {'1.1':'12', '1.2':'20'} * @arkts 1.1&1.2 */ - parentId?: number; + parentId?: int; /** * Indicates whether enable window decor, only support dialog, The default value is false. -- Gitee