File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -145,12 +145,12 @@ export function TreeViewUsageExample(){
145
145
146
146
#### TreeNode
147
147
148
- | Property | Type | Required | Description |
149
- | --------------- | ------------ | -------- | ------------------------------------------------------------ |
150
- | ` id ` | ` string ` | Yes | Unique identifier for the node |
151
- | ` name ` | ` string ` | Yes | The display name of the node |
152
- | ` children ` | ` TreeNode[] ` | No | An array of child ` TreeNode ` objects |
153
- | ` [key: string] ` | ` any ` | No | Any additional properties for the node <br />(May be useful to perform search on) |
148
+ | Property | Type | Required | Description |
149
+ | --------------- | ------------------------ | -------- | ------------------------------------------------------------ |
150
+ | ` id ` | ` ID ` (default: ` string ` ) | Yes | Unique identifier for the node |
151
+ | ` name ` | ` string ` | Yes | The display name of the node |
152
+ | ` children ` | ` TreeNode<ID> [] ` | No | An array of child ` TreeNode<ID> ` objects |
153
+ | ` [key: string] ` | ` any ` | No | Any additional properties for the node <br />(May be useful to perform search on) |
154
154
155
155
---
156
156
You can’t perform that action at this time.
0 commit comments