From 15086603c0f09fb7bb385b5499d88b33cde5f85b Mon Sep 17 00:00:00 2001 From: maojiangping Date: Sat, 28 May 2022 17:14:03 +0800 Subject: [PATCH] Remove dump interface from window.d.ts Signed-off-by: maojiangping Change-Id: I1d0589c85021153901a501bb542a50e5bc30c26f --- api/@ohos.window.d.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index dbee899f82..f37e8d4d94 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -918,15 +918,6 @@ declare namespace window { * @since 7 */ setTouchable(isTouchable: boolean, callback: AsyncCallback): void; - - /** - * Dump window client information. - * Called in the dump callback of ability is the typical usage scenario. - * @since 9 - * @param params Indicates the params from command. - * @return The dump info array. - */ - dump(params: Array): Array; } /** * window stage callback event type -- Gitee