New to Kendo UI for Vue? Start a free 30-day trial
BadgeFill
Specifies the appearance fill style of the Badge.
The possible values are:
solid(Default)outline
type BadgeFill = "solid" | "outline";