New to Kendo UI for Angular? Start a free 30-day trial
BadgeFill
Specifies the appearance fill style of the Badge component.
The possible values are:
solid(Default)outline
For more information, see the Badge Appearance - Fill documentation.
type BadgeFill = "solid" | "outline" | "none";