Skip to content

ObjectDetailsShellComponent

component

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.

Selector: yuv-object-details-shell

Standalone: Yes

Type: TemplateRef<unknown> | undefined

Default Value: undefined

Template rendered in the actions area, aligned to the right of the title row.

Type: TemplateRef<unknown>

Template rendered in the badges area, aligned to the right of the subtitle row.

Type: string | undefined

Default Value: undefined

Bucket of the object config to retrieve header data from

Type: boolean

Default Value: false

Whether to hide the header

Type: VirtualObjectType

Required: Yes

Virtual object type to use for retrieving header data

Type: unknown

Default Value: this.#odShellService.busy

Type: unknown

Default Value: this.#odShellService.contextError

Type: unknown

Default Value: this.#odShellService.dmsObject

Type: unknown

Default Value: signal<RetentionState | undefined>(undefined)