Category

Interface

interface ICategory extends IKeyText {
  color: string;
}

Properties

color

Background color to be displayed on the pill when rendering the card.

  • Type: string

  • Required: Yes