diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index f4bec99160a0869ca19a309af6e5ea3677828951..401a827230b630deb8165496166b598cefddecbc 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 29295eb5fee61a0ed8d027eeea9a741d6c45d56e..0daa504f8a6e0e8b5f6259812356bdf0b1aa8ead 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