ObjectSummaryComponent
Component showing a summary of the given dms object.
Component Metadata
Section titled “Component Metadata”Selector: yuv-object-summary
Standalone: Yes
Inputs
Section titled “Inputs”actions
Section titled “actions”Type: OverflowMenuItem[]
Default Value: []
configType
Section titled “configType”Type: ConfigTypeOption
dmsObjectInput
Section titled “dmsObjectInput”Type: DmsObject | undefined
Default Value: undefined, \{ alias: 'dmsObject' \}
objectId
Section titled “objectId”Type: string | undefined | null
Default Value: null
ID of a DmsObject. The object will be fetched from the backend upfront.
Properties
Section titled “Properties”baseData
Section titled “baseData”Type: literal type[]
Default Value: []
Type: unknown
Default Value: true
contextError
Section titled “contextError”Type: string
dmsObject
Section titled “dmsObject”Type: unknown
Default Value: signal<DmsObject | undefined>(undefined)
DmsObject to show the details for.
flavorCmp
Section titled “flavorCmp”Type: unknown
Default Value: viewChild(ObjectFlavorComponent)
flavors
Section titled “flavors”Type: ObjectFlavor[]
Default Value: []
folderInfo
Section titled “folderInfo”Type: literal type
headerData
Section titled “headerData”Type: unknown
Default Value: signal< | \{ icon?: \{ name?: string; title?: string; \}; title?: string; description?: string; \} | undefined >(undefined)
Type: object
Default Value: \{ folder: YUV_ICONS.folder \}
Type: unknown
Default Value: signal<\{ icon?: \{ name?: string; title?: string; \}; uri?: string; loading: boolean; orientation?: 'portrait' | 'landscape'; \}>(\{ loading: false \})
Methods
Section titled “Methods”onFlavorSelect
Section titled “onFlavorSelect”onFlavorSelect(flavor: ObjectFlavor | undefined): voidArguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| flavor | ObjectFlavor | undefined |