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 5f8fad5 commit fa41b0cCopy full SHA for fa41b0c
docs/components/Tree.md
@@ -82,6 +82,12 @@ type: `func`
82
defaultValue: `undefined`
83
84
85
+### `onUpdate`
86
+
87
+type: `func`
88
+defaultValue: `undefined`
89
90
91
### `orientation`
92
93
type: `enum('horizontal'|'vertical')`
@@ -135,6 +141,12 @@ type: `shape[object Object]`
135
141
defaultValue: `{ x: 0, y: 0 }`
136
142
137
143
144
+### `zoom`
145
146
+type: `number`
147
+defaultValue: `1`
148
149
138
150
### `zoomable`
139
151
140
152
type: `bool`
0 commit comments