Searched defs:ArkUIPopupParam (Results 1 – 1 of 1) sorted by relevance
623 struct ArkUIPopupParam { struct624 ArkUI_Bool isShow;625 ArkUI_Bool useCustomComponent;626 ArkUI_Int32 placement;627 ArkUI_Uint32 maskColor;628 ArkUI_Uint32 backgroundColor;629 ArkUI_Bool enableArrow;630 ArkUI_Bool autoCancel;631 ArkUI_CharPtr message;632 void (*onStateChange)(ArkUI_Int64, ArkUI_Bool);[all …]