Searched defs:ArkUI_NodeCustomEvent (Results 1 – 2 of 2) sorted by relevance
76 struct ArkUI_NodeCustomEvent { struct77 int32_t targetId;78 ArkUI_NodeHandle node;79 ArkUICustomNodeEvent* event;80 ArkUI_LayoutConstraint constraint;81 void* userData;
7779 typedef struct ArkUI_NodeCustomEvent ArkUI_NodeCustomEvent; typedef