We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28a1aa commit 6f95761Copy full SHA for 6f95761
docs/components/Tree.md
@@ -26,7 +26,7 @@ defaultValue: `true`
26
27
### `data` (required)
28
29
-type: `array`
+type: `union(array|object)`
30
31
32
### `depthFactor`
@@ -147,6 +147,12 @@ type: `shape[object Object]`
147
defaultValue: `{ x: 0, y: 0 }`
148
149
150
+### `useCollapseData`
151
+
152
+type: `bool`
153
+defaultValue: `false`
154
155
156
### `zoom`
157
158
type: `number`
0 commit comments