findParentOfId
findParentOfId(
root:AnumaNode,id:string):AnumaNode|null
Defined in: src/tools/slides/jsx.ts:1083Â
Find the parent of the node with matching id (null if root or missing).
Parameters
| Parameter | Type |
|---|---|
|
| |
|
|
|
Returns
AnumaNode | null
Last updated on