File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -79,10 +79,11 @@ Notable among the available functions:
79
79
- __ ` getFlatDataFromTree ` __ : Convert tree data back to flat data
80
80
- __ ` addNodeUnderParent ` __ : Add a node under the parent node at the given path
81
81
- __ ` removeNodeAtPath ` __ : Remove the node at the given path
82
+ - __ ` changeNodeAtPath ` __ : Modify the node object at the given path
82
83
- __ ` map ` __ : Perform a change on every node in the tree
83
84
- __ ` walk ` __ : Visit every node in the tree in order
84
85
85
- Documentation for each method is only available in the code at this time.
86
+ Documentation for each method is only available in the code at this time. You can also refer to the tests for simple usage examples.
86
87
If your hobbies happen to include writing documentation, by all means submit a pull request. It would really help out.
87
88
88
89
## Browser Compatibility
You can’t perform that action at this time.
0 commit comments