From b693f71142c362584134b3e79438a758952053fb Mon Sep 17 00:00:00 2001 From: huzeqi Date: Mon, 14 Feb 2022 20:25:41 +0800 Subject: [PATCH] add restoreId Signed-off-by: huzeqi Change-Id: I700a19429335286e8b02a32f0eb9b6ae88506cde --- api/@internal/component/ets/common.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 3506a6f9f5..f3339cc248 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -1408,6 +1408,12 @@ declare class CommonMethod { * @since 8 */ stateStyles(value: StateStyels): T; + + /** + * id for distrubte identification. + * @since 8 + */ + restoreId(value: number): T; } /** -- Gitee