ObjectDetailsShellComponent
Wrapper component for details of a dms object. This component provides a header based on the object configuration for the given object. It will also take care of loading the object if you only provide the objects ID.
Component Metadata
Section titled “Component Metadata”Selector: yuv-object-details-shell
Standalone: Yes
Inputs
Section titled “Inputs”actions
Section titled “actions”Type: TemplateRef<unknown> | undefined
Default Value: undefined
Template rendered in the actions area, aligned to the right of the title row.
badges
Section titled “badges”Type: TemplateRef<unknown>
Template rendered in the badges area, aligned to the right of the subtitle row.
bucket
Section titled “bucket”Type: string | undefined
Default Value: undefined
Bucket of the object config to retrieve header data from
hideHeader
Section titled “hideHeader”Type: boolean
Default Value: false
Whether to hide the header
Type: VirtualObjectType
Required: Yes
Virtual object type to use for retrieving header data
Properties
Section titled “Properties”Type: unknown
Default Value: this.#odShellService.busy
contextError
Section titled “contextError”Type: unknown
Default Value: this.#odShellService.contextError
dmsObject
Section titled “dmsObject”Type: unknown
Default Value: this.#odShellService.dmsObject
retentionState
Section titled “retentionState”Type: unknown
Default Value: signal<RetentionState | undefined>(undefined)