replaceById
replaceById(
root:AnumaNode,id:string,next:AnumaNode):boolean
Defined in: src/tools/slides/jsx.ts:1099Â
Replace the first node with matching id in the tree. Mutates root in
place. Returns true on success.
Parameters
| Parameter | Type |
|---|---|
|
| |
|
|
|
|
|
Returns
boolean
Last updated on