BadgeSelectComponent
component
Component Metadata
Section titled “Component Metadata”Selector: yuv-tile-badge-select
Standalone: No
Inputs
Section titled “Inputs”bucket
Section titled “bucket”Type: string | undefined
selectedBadgeIds
Section titled “selectedBadgeIds”Type: string[]
Default Value: []
Outputs
Section titled “Outputs”badgeSelect
Section titled “badgeSelect”Type: Badge
Properties
Section titled “Properties”badges
Section titled “badges”Type: Signal<Badge[]>
Default Value: computed<Badge[]>(() => this.#registry .getBadgesForBucket(this.bucket())() .filter((badge) => badge.variantOf === undefined) )