let
| Yes | ReadonlyArray
| []
| Set the node ids to be expanded |
| selectedIds | No | let
| Yes | ReadonlyArray
| []
| Set the node ids to be selected |
| activeId | No | let
| Yes | TreeNodeId
| ""
| Set the current active node idlet
| No | Array
| []
| Provide an array of nodes to render |
+| nodes | No | let
| Yes | Array
| []
| Provide a nested array of nodes to render |
+| nodesFlat | No | let
| No | Array[]
| []
| Provide a flat array of nodes to render |
| size | No | let
| No | "default" | "compact"
| "default"
| Specify the TreeView size |
| labelText | No | let
| No | string
| ""
| Specify the label text |
| hideLabel | No | let
| No | boolean
| false
| Set to `true` to visually hide the label text |
diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json
index c6ceb31d..9bd04e0d 100644
--- a/docs/src/COMPONENT_API.json
+++ b/docs/src/COMPONENT_API.json
@@ -17770,13 +17770,25 @@
{
"name": "nodes",
"kind": "let",
- "description": "Provide an array of nodes to render",
+ "description": "Provide a nested array of nodes to render",
"type": "Array