Folder tree

Component allowing to select folders in a tree hierarchy.

Folder tree checkbox selection is quite common:

Folder tree selection event is a bit specific in its behavior though:

Selection: {{ selection1 | json }}

Another tree, showing we can have two in the same page without interferences

Selection: {{ selection2 | json }}

Inputs

folderTree
The folder tree to display. The root node is expected to have / as path. (Required)

Outputs

selection
Event emitted whenever the selection changes
{{code}}