Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/
H A Dbadge_declaration.h24 struct BadgeAttribute : Attribute { struct
25 bool showMessage = true;
26 bool isPositionXy = false;
28 Dimension badgePositionX;
29 Dimension badgePositionY;
30 int64_t messageCount = 0;
31 int64_t maxCount = 99;
32 std::optional<std::string> badgeLabel;