From 02b794e2bf65b935b512a7a23a814a59155f9331 Mon Sep 17 00:00:00 2001 From: wanglili12 Date: Mon, 25 Aug 2025 14:54:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=AE=E5=BC=82=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanglili12 --- api/arkui/FrameNode.d.ts | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/api/arkui/FrameNode.d.ts b/api/arkui/FrameNode.d.ts index 125acdcc2a..7a62de319a 100644 --- a/api/arkui/FrameNode.d.ts +++ b/api/arkui/FrameNode.d.ts @@ -2409,22 +2409,6 @@ export namespace typeNode { */ function createNode(context: UIContext, nodeType: 'XComponent', parameters: NativeXComponentParameters): XComponent; - /** - * Get the attribute instance of FrameNode to set attributes. - * If the node is not created using ArkTS, cross-language access must be enabled; otherwise, undefined is returned. - * This API does not support declaratively created nodes. - * - * @param { FrameNode } node - the target FrameNode. - * @param { 'XComponent' } nodeType - node type. - * @returns { XComponentAttribute | undefined } - Return the attribute instance of FrameNode, and return undefined if it - * does not exist. - * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform - * @atomicservice - * @since 20 - */ - export function getAttribute(node: FrameNode, nodeType: 'XComponent'): XComponentAttribute | undefined; - /** * Define the FrameNode type for Checkbox. * -- Gitee