removeById
removeById(
root:AnumaNode,id:string):boolean
Defined in: src/tools/slides/jsx.ts:1148Â
Remove the node with matching id. Mutates root. Returns true on success.
Parameters
| Parameter | Type |
|---|---|
|
| |
|
|
|
Returns
boolean
Last updated on
removeById(
root:AnumaNode,id:string):boolean
Defined in: src/tools/slides/jsx.ts:1148Â
Remove the node with matching id. Mutates root. Returns true on success.
| Parameter | Type |
|---|---|
|
| |
|
|
|
boolean