mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
Added TypeDoc/comments
This commit is contained in:
@@ -3,12 +3,21 @@ import { ConfigObject } from './config.model';
|
||||
import { AccessConditionOption } from './config-access-condition-option.model';
|
||||
import {SubmissionFormsModel} from './config-submission-forms.model';
|
||||
|
||||
/**
|
||||
* Normalized model class for the configuration describing the submission upload section
|
||||
*/
|
||||
@inheritSerialization(ConfigObject)
|
||||
export class SubmissionUploadsModel extends ConfigObject {
|
||||
|
||||
/**
|
||||
* A list of available bitstream access conditions
|
||||
*/
|
||||
@autoserialize
|
||||
accessConditionOptions: AccessConditionOption[];
|
||||
|
||||
/**
|
||||
* An object representing the configuration describing the bistream metadata form
|
||||
*/
|
||||
@autoserializeAs(SubmissionFormsModel)
|
||||
metadata: SubmissionFormsModel;
|
||||
|
||||
|
Reference in New Issue
Block a user