!14411 typenodeAPI下 framenode类提供gestureEvent接口

Merge pull request !14411 from sd_wu/pan
This commit is contained in:
openharmony_ci 2024-10-31 07:45:33 +00:00 committed by Gitee
commit c82aea4e8e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -460,6 +460,17 @@ export class FrameNode {
*/
get commonEvent(): UICommonEvent;
/**
* Get gestureEvent of the current FrameNode.
*
* @returns { UIGestureEvent } - Returns a Object inside the FrameNode, which is used to set callbacks about different gesture events.
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @atomicservice
* @since 14
*/
get gestureEvent(): UIGestureEvent;
/**
* Get the CommonAttribute of the current FrameNode.
*