diff --git a/api/arkui/FrameNode.d.ts b/api/arkui/FrameNode.d.ts index 2f613b50bec975495d3bb8944c9b1b0530ae030d..a5b54323d3e5463868c7bd6544d691a8535a47a0 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; } /**