[ADF-2905] Updated JSDocs for content services (#3269)

* [ADF-2905] Updated JSDocs for content services

* [ADF-2905] Added missing update to version manager MD file
This commit is contained in:
Andy Stark
2018-05-04 13:56:01 +01:00
committed by Eugenio Romano
parent b393708514
commit 563af3bbfa
15 changed files with 50 additions and 40 deletions

View File

@@ -43,18 +43,23 @@ import { trigger, state, style, animate, transition } from '@angular/animations'
})
export class VersionManagerComponent {
/** Target node to manage version history. */
@Input()
node: MinimalNodeEntryEntity;
/** Toggles showing/hiding of comments. */
@Input()
showComments = true;
/** Enable/disable downloading a version of the current node. */
@Input()
allowDownload = true;
/** Emitted when a file is uploaded successfully. */
@Output()
uploadSuccess = new EventEmitter();
/** Emitted when an error occurs during upload. */
@Output()
uploadError = new EventEmitter();