Skip to content

BadgeSelectComponent

component

Selector: yuv-tile-badge-select

Standalone: No

Type: string | undefined

Type: VirtualObjectType | undefined

Type currently being configured. Badges that declare supports are only offered for the types they support. Omitting it offers every badge.

Type: string[]

Default Value: []

Type: Badge

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)); \})