Andy Stark aab19708a2 [ADF-3745] Doc review updates (#3957)
* [ADF-3745] Updates for doc review

* [ADF-3745] Corrected title for process list cloud doc page
2018-11-12 11:52:31 +00:00

874 B

Added, Status
Added Status
v3.0.0 Active

Tree View component

Shows the folder and subfolders of a node as a tree view.

TreeView component screenshot

Basic Usage

<adf-tree-view-list [nodeId]="'74cd8a96-8a21-47e5-9b3b-a1b3e296787d'" 
                    (nodeClicked)="onClick($event)">
</adf-tree-view-list>

Class members

Properties

Name Type Default value Description
nodeId string Identifier of the node to display.

Events

Name Type Description
nodeClicked EventEmitter<NodeEntry> Emitted when a node in the tree view is clicked.