Methods
patch(tree, editScript) → {Node}
Apply an edit script to a tree.
Parameters:
Name | Type | Description |
---|---|---|
tree |
Node | The root of the tree. It will not be modified. |
editScript |
EditScript |
- Source:
Returns:
The root of the editOpd tree.
- Type
- Node