let
| Yes | ReadonlyArray
| []
| Set the node ids to be selected |
| activeId | No | let
| Yes | TreeNodeId
| ""
| Set the current active node idlet
| Yes | Array
| []
| Provide a nested array of nodes to render |
-| nodesFlat | No | let
| No | Array[]
| []
| Provide a flat 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 9bd04e0d..cdd9b20e 100644
--- a/docs/src/COMPONENT_API.json
+++ b/docs/src/COMPONENT_API.json
@@ -17783,7 +17783,7 @@
"name": "nodesFlat",
"kind": "let",
"description": "Provide a flat array of nodes to render",
- "type": "Array