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
@@ -83,7 +83,7 @@ Type `TreeSourceNode<T>` contains all the properties of `T` (which is a type tha
83
83
*`id: string`: a unique identifier (within the tree) of the node.
84
84
*`hasChildren: boolean`: whether or not this node has child elements.
85
85
86
-
## staticTreeSource()
86
+
###staticTreeSource()
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>`:
0 commit comments