TileBadgesComponent
component
Component Metadata
Section titled “Component Metadata”Selector: yuv-tile-badges
Standalone: No
Inputs
Section titled “Inputs”badgeIds
Section titled “badgeIds”Type: string[] | undefined
bucket
Section titled “bucket”Type: string | undefined
dmsObject
Section titled “dmsObject”Type: DmsObject
Required: Yes
Properties
Section titled “Properties”activeBadges
Section titled “activeBadges”Type: unknown
Default Value: computed<Badge[]>(() => this.#registry.getActiveBadges(this.dmsObject(), \{ bucket: this.bucket(), idFilter: this.badgeIds() \}) )