Flatten a data tree by removing all branching information
ID
list-tree-flatten-tree
Name
Flatten Tree
Group
Tree
Package
List
Keywords
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
tree | Any | Data tree to flatten | |
path | Path | Path of flattened tree | ()=>A([0]) |
Outputs
Name | Type | Description |
---|---|---|
tree | Any | Flatten data tree |