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
Last updated on
interface ICategory extends IKeyText {
color: string;
}colorBackground color to be displayed on the pill when rendering the card.
Type: string
Required: Yes