From 16d1ef4662d90f565ae54efcac89c69965827cd9 Mon Sep 17 00:00:00 2001 From: wangweiyuan2 Date: Thu, 14 Aug 2025 15:49:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E4=BB=A4=E5=BC=8F=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E6=9C=89=E6=95=88=E6=80=A7=E5=88=A4=E6=96=AD=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangweiyuan2 --- api/arkui/ComponentContent.d.ts | 2 +- api/arkui/FrameNode.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/arkui/ComponentContent.d.ts b/api/arkui/ComponentContent.d.ts index 096e5e22a7..95200a4152 100644 --- a/api/arkui/ComponentContent.d.ts +++ b/api/arkui/ComponentContent.d.ts @@ -146,7 +146,7 @@ export class ComponentContent extends Content { inheritFreezeOptions(enabled: boolean): void; /** - * Get if the ComponentContent is disposed. + * Get if the node is disposed. * * @returns { boolean } - Returns true if the node is disposed, false otherwise. * @syscap SystemCapability.ArkUI.ArkUI.Full diff --git a/api/arkui/FrameNode.d.ts b/api/arkui/FrameNode.d.ts index af643929bd..6211e57a86 100644 --- a/api/arkui/FrameNode.d.ts +++ b/api/arkui/FrameNode.d.ts @@ -3465,7 +3465,7 @@ export declare class NodeAdapter { static detachNodeAdapter(node: FrameNode): void; /** - * Get if the NodeAdapter is disposed. + * Get if the node is disposed. * * @returns { boolean } - Returns true if the node is disposed, false otherwise. * @syscap SystemCapability.ArkUI.ArkUI.Full -- Gitee