Home
last modified time | relevance | path

Searched defs:UIExtCallbackEvent (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_config.h35 struct UIExtCallbackEvent { struct
36 UIExtCallbackEventId eventId; argument
38 UIExtCallbackEvent(UIExtCallbackEventId id, bool re = false) : eventId(id), repeat(re) {} argument