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
objectType
Section titled “objectType”Type: VirtualObjectType | undefined
Type currently being configured. Badges that declare supports are only offered for the types they support. Omitting it offers every badge.
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[]>(() => \{ const objectType = this.objectType(); return this.#registry .getBadgesForBucket(this.bucket())() .filter((badge) => badge.variantOf === undefined && badgeSupportsType(badge, objectType)); \})