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

NameTypeDefault valueDescription
nodeIdstringIdentifier of the node to display.

Events

NameTypeDescription
errorEventEmitter<any>Emitted when an invalid node id is given.
nodeClickedEventEmitter<NodeEntry>Emitted when a node in the tree view is clicked.

© 2023 Alfresco Software, Inc. All Rights Reserved.