Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.15 KB

tree-view.component.md

File metadata and controls

35 lines (25 loc) · 1.15 KB
Title Added Status Last reviewed
Tree View component
v3.0.0
Active
2018-11-19

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
error EventEmitter<any> Emitted when an invalid node id is given.
nodeClicked EventEmitter<NodeEntry> Emitted when a node in the tree view is clicked.