insertAfterId
insertAfterId(
root:AnumaNode,afterId:string,node:AnumaNode):boolean
Defined in: src/tools/slides/jsx.ts:1140Â
Insert node immediately after the node with matching id anywhere in
the tree. Returns true on success.
Parameters
| Parameter | Type |
|---|---|
|
| |
|
|
|
|
|
Returns
boolean
Last updated on