diff --git a/api/arkui/FrameNode.d.ts b/api/arkui/FrameNode.d.ts index cbc125790be69c179b4004636c27de499ed20cdf..470792038f5c1830a7a074db54efde4df846b9e0 100644 --- a/api/arkui/FrameNode.d.ts +++ b/api/arkui/FrameNode.d.ts @@ -920,6 +920,21 @@ export declare class FrameNode { * @arkts 1.1&1.2 */ reuse(): void; + + /** + * Returns a flag indicating whether the current FrameNode was obtained through dynamic-static conversion, + * includes conversions in both directions: dynamic-to-static and static-to-dynamic. + * + * @returns {boolean} - Returns true if the FrameNode was converted between dynamic and static states, + * otherwise, returns false. + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @crossplatform + * @atomicservice + * @since 20 + * @arkts 1.1&1.2 + */ + isTransferred(): boolean; + } /** * Used to define the FrameNode type.