[ADF-3745] Doc review updates (#3957)

* [ADF-3745] Updates for doc review

* [ADF-3745] Corrected title for process list cloud doc page
This commit is contained in:
Andy Stark
2018-11-12 11:52:31 +00:00
committed by Eugenio Romano
parent 4e3f6e942f
commit aab19708a2
8 changed files with 66 additions and 34 deletions

View File

@@ -35,6 +35,7 @@ export class NodeSharedDirective implements OnChanges {
@Input('adf-share')
node: MinimalNodeEntity;
/** Prefix to add to the generated link. */
@Input()
baseShareUrl: string;

View File

@@ -30,9 +30,11 @@ import { NodeEntry } from 'alfresco-js-api';
export class TreeViewComponent implements OnInit, OnChanges {
/** Identifier of the node to display. */
@Input()
nodeId: string;
/** Emitted when a node in the tree view is clicked. */
@Output()
nodeClicked: EventEmitter<NodeEntry> = new EventEmitter();