BadgeChipComponent
component
Component Metadata
Section titled “Component Metadata”Selector: yuv-badge-chip
Standalone: No
Inputs
Section titled “Inputs”Type: Badge
Required: Yes
showLabel
Section titled “showLabel”Type: boolean
Default Value: false
Properties
Section titled “Properties”tooltip
Section titled “tooltip”Type: unknown
Default Value: computed<string>(() => \{ const current = this.badge(); return this.#translate.instant(current.descriptionKey ?? current.labelKey); \})