[ADF-1769] Added JSDocs and prop tables (#2913)

This commit is contained in:
Andy Stark
2018-02-05 19:05:48 +00:00
committed by Eugenio Romano
parent b232d05c4f
commit 03cca19599
22 changed files with 302 additions and 166 deletions

View File

@@ -34,6 +34,7 @@ export class VersionListComponent implements OnChanges {
versions: any = [];
isLoading: boolean = true;
/** ID of the node whose version history you want to display. */
@Input()
id: string;

View File

@@ -26,6 +26,7 @@ import { MinimalNodeEntryEntity } from 'alfresco-js-api';
})
export class VersionManagerComponent {
/** The node whose version history you want to manage. */
@Input()
node: MinimalNodeEntryEntity;
}