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:

import { uiComponent } from '@team-plain/typescript-sdk';

uiComponent.badge({ label: 'Subscribed', color: 'GREEN' });