diff --git a/api/arkui/FrameNode.d.ts b/api/arkui/FrameNode.d.ts index 125acdcc2ad7c6b112edae4c610e1e7f3e7c318f..7a62de319a7b72f846f88873d2b9c3abe9c5f29d 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. *