Skip to Content

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

ParameterType

root

AnumaNode

id

string

Returns

boolean

Last updated on