mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
64503: MetadataConfig in ContentSource + JSDocs
This commit is contained in:
19
src/app/core/shared/metadata-config.model.ts
Normal file
19
src/app/core/shared/metadata-config.model.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* A model class that holds information about a certain metadata configuration
|
||||
*/
|
||||
export class MetadataConfig {
|
||||
/**
|
||||
* A unique indentifier
|
||||
*/
|
||||
id: string;
|
||||
|
||||
/**
|
||||
* The label used for display
|
||||
*/
|
||||
label: string;
|
||||
|
||||
/**
|
||||
* The namespace of the metadata
|
||||
*/
|
||||
nameSpace: string;
|
||||
}
|
Reference in New Issue
Block a user