Home
last modified time | relevance | path

Searched refs:UICommonEvent (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dindex.d.ts208 declare class UICommonEvent {
H A Dframe_node.ts25 protected _commonEvent: UICommonEvent;
521 get commonEvent(): UICommonEvent {
524 this._commonEvent = new UICommonEvent(node);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-uicommonevent.md7 ## UICommonEvent section
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-uicommonevent.md7 ## UICommonEvent section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-frameNode.md892 get commonEvent(): UICommonEvent
894 获取FrameNode中持有的UICommonEvent对象,用于设置基础事件。设置的基础事件与声明式定义的事件平行,参与事件竞争;设置的基础事件不覆盖原有的声明式事件。同时设置两个事件回调的时候,…
906 | [UICommonEvent](./arkui-ts/ts-uicommonevent.md#设置事件回调) | UICommonEvent对象,用于设置基础事件。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-frameNode.md886 get commonEvent(): UICommonEvent
888 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,…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js1171 this._commonEvent = new UICommonEvent(node);
H A DarkComponent.js4687 class UICommonEvent { class
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts4679 class UICommonEvent {