mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
4e3f6e942f
commit
aab19708a2
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user