ObjectSummaryDataComponent
component
Component Metadata
Section titled “Component Metadata”Selector: yuv-object-summary-data
Standalone: Yes
Inputs
Section titled “Inputs”dmsObject
Section titled “dmsObject”Type: DmsObject
Required: Yes
flavors
Section titled “flavors”Type: ObjectFlavor[]
IDs of flavors to show. If showAppliedFlavors is true, all the applied flavors will be shown.
showAppliedFlavors
Section titled “showAppliedFlavors”Type: boolean
Whether to identify and show all applied flavors of the object.
Properties
Section titled “Properties”baseData
Section titled “baseData”Type: unknown
Default Value: signal<any[]>([])
flavorData
Section titled “flavorData”Type: unknown
Default Value: signal< \{ label: string; properties: \{ label: string; value: RendererDirectiveInput; propertyType?: string; \}[]; \}[] >([])
translate
Section titled “translate”Type: unknown
Default Value: inject(TranslateService)