Searched refs:UICommonEvent (Results 1 – 9 of 9) sorted by relevance
208 declare class UICommonEvent {
25 protected _commonEvent: UICommonEvent;521 get commonEvent(): UICommonEvent {524 this._commonEvent = new UICommonEvent(node);
7 ## UICommonEvent section
892 get commonEvent(): UICommonEvent894 获取FrameNode中持有的UICommonEvent对象,用于设置基础事件。设置的基础事件与声明式定义的事件平行,参与事件竞争;设置的基础事件不覆盖原有的声明式事件。同时设置两个事件回调的时候,…906 | [UICommonEvent](./arkui-ts/ts-uicommonevent.md#设置事件回调) | UICommonEvent对象,用于设置基础事件。 |
886 get commonEvent(): UICommonEvent888 Obtains the **UICommonEvent** object held in this FrameNode to set basic events. The set basic even…900 | [UICommonEvent](./arkui-ts/ts-uicommonevent.md#common-event-callback) | **UICommonEvent** object,…
1171 this._commonEvent = new UICommonEvent(node);
4687 class UICommonEvent { class
4679 class UICommonEvent {