You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Type `TreeSourceNode<T>` contains all the properties of `T` (which is a type tha
87
87
If you have the full content of the tree available in an object and you don't need lazy loading, you can use `staticTreeSource(data)` to turn it into a `TreeSource`. Your `data` must be an array of root nodes which conform to `StaticTreeSourceNode<T>`:
88
88
89
89
* All properties from `TreeSourceNode<T>`
90
-
*`children: Array<StaticTreeSourceNode<T>>`
90
+
*`children?: Array<StaticTreeSourceNode<T>>`
91
91
92
92
### interface TreeState
93
93
This interface describes the current display state of a tree. It contains two properties:
0 commit comments