From 571370b5b3bab81b2645619e6c1a021980479c61 Mon Sep 17 00:00:00 2001 From: wujinhui Date: Tue, 19 Aug 2025 16:22:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80api=2021=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wujinhui --- api/arkui/FrameNode.d.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/api/arkui/FrameNode.d.ts b/api/arkui/FrameNode.d.ts index 2f613b50be..a5b54323d3 100644 --- a/api/arkui/FrameNode.d.ts +++ b/api/arkui/FrameNode.d.ts @@ -1269,21 +1269,6 @@ export declare class FrameNode { * @since 20 */ getNodePropertyValue(property: AnimationPropertyType): number[]; - - /** - * Triggers node updates in the current frame. - * - * When node attributes are modified after the current frame's build phase (i.e., after - * the unified processing of dirty nodes), the node updates will be deferred to the next - * frame. This function forces immediate node updates within the current frame to - * ensure rendering effects are applied synchronously. - * - * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform - * @atomicservice - * @since 21 - */ - invalidateAttributes(): void; } /** -- Gitee