Skip to main content
Example badges
A badge has the following properties:
  • badgeLabel: the text that should be displayed on the badge
  • badgeColor: one of GREY, GREEN, YELLOW, RED, BLUE
For example:
{
  "componentBadge": {
    "badgeLabel": "Subscribed",
    "badgeColor": "GREEN"
  }
}