From 5d039d0120112914f125d69fa50d185a850b4ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B0=B8=E5=87=AF?= Date: Thu, 21 Aug 2025 22:06:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DonClick=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E9=94=99=E8=AF=AF=EF=BC=8ConDigital=E5=8F=82=E6=95=B0=E5=90=8D?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘永凯 --- api/@internal/component/ets/common.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 77d8e7ce92..e9c025e1fe 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -24713,7 +24713,7 @@ declare class CommonMethod { * *

NOTE: *
If the distanceThreshold value specified is less than or equal to 0 vp, it will be converted to the default value. - *
Since API version 9, the following constraints apply when this API is used in service widgets: + *
Since API version 12, the following constraints apply when this API is used in service widgets: *
Click events cannot be triggered if the finger is pressed for more than 800 ms. *
Click events cannot be triggered if the finger moves more than 20 px after pressing down. *

@@ -24916,7 +24916,7 @@ declare class CommonMethod { /** * Digital crown input. * - * @param { Callback } event + * @param { Callback } handler * @returns { T } * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice @@ -35500,8 +35500,8 @@ declare interface UIGestureEvent { * Add a gesture bound to the component. * * @param { GestureHandler } gesture - gesture indicates the gesture bound to a component. - * @param { GesturePriority } priority - priority indicates the gesture's priority. - * @param { GestureMask } mask - mask indicates the gesture's GestureMask value. + * @param { GesturePriority } priority - priority indicates the gesture's priority. Default value is GesturePriority.NORMAL. + * @param { GestureMask } mask - mask indicates the gesture's GestureMask value. Defalut value is GestureMask.Normal. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice -- Gitee