Skip to content

Commit fa41b0c

Browse files
committed
1.9.0 build
1 parent 5f8fad5 commit fa41b0c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/components/Tree.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ type: `func`
8282
defaultValue: `undefined`
8383

8484

85+
### `onUpdate`
86+
87+
type: `func`
88+
defaultValue: `undefined`
89+
90+
8591
### `orientation`
8692

8793
type: `enum('horizontal'|'vertical')`
@@ -135,6 +141,12 @@ type: `shape[object Object]`
135141
defaultValue: `{ x: 0, y: 0 }`
136142

137143

144+
### `zoom`
145+
146+
type: `number`
147+
defaultValue: `1`
148+
149+
138150
### `zoomable`
139151

140152
type: `bool`

0 commit comments

Comments
 (0)