Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.1 KB

content-metadata-custom-panel.interface.md

File metadata and controls

30 lines (22 loc) · 1.1 KB
Title Added Status Last reviewed
Content Metadata Custom Panel interface
v6.4.0
Active
2023-10-06

Specifies required properties for custom metadata panel to be displayed in ContentMetadataCardComponent.

Basic usage

export interface ContentMetadataCustomPanel extends ContentMetadataPanel {
    component: string;
}

Properties

Name Type Default value Description
component string Id of the registered Dynamic component to be displayed inside expansion panel.

See also