From 5f7d0d496c8b4ab7246049abd050bd6b551738ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=9C=E7=A7=8B=E5=AE=8F?= Date: Tue, 2 Sep 2025 16:23:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 潜秋宏 Change-Id: Ie6d73b9b83f6b5684dc7ba3431cf081249fbdc20 --- api/@internal/component/ets/common.d.ts | 2 +- api/@ohos.arkui.UIContext.d.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index f4bec99160..401a827230 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -30593,7 +30593,7 @@ declare class CommonMethod { * @atomicservice * @since 20 */ - onDragSpringLoading(callback: Callback | null, configuration?: DragSpringLoadingConfiguration): T; + onDragSpringLoading(callback: Callback | null, configuration?: DragSpringLoadingConfiguration): T } /** diff --git a/api/@ohos.arkui.UIContext.d.ts b/api/@ohos.arkui.UIContext.d.ts index 29295eb5fe..0daa504f8a 100644 --- a/api/@ohos.arkui.UIContext.d.ts +++ b/api/@ohos.arkui.UIContext.d.ts @@ -4122,7 +4122,7 @@ export declare class UIContext { runScopedTask(callback: () => void): void; /** - * Sets the avoidance mode for the virtual keyboard. + * Sets the avoidance mode for the virtual keyboard.
* Default mode: **KeyboardAvoidMode.OFFSET**. * * @param { KeyboardAvoidMode } value - The mode of keyboard avoid. @@ -4173,6 +4173,7 @@ export declare class UIContext { * Dispach keyboard event to the frameNode with inspector key. * * @param { number | string } node - The uniqueId or inspector key of the target FrameNode. + * @param { KeyEvent } event - The key event to be sent. * @returns { boolean } Returns whether the key event is consumed. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform -- Gitee