Skip to Content

findById

findById(root: AnumaNode, id: string): AnumaNode | null

Defined in: src/tools/slides/jsx.ts:1070 

Find the first node whose attrs.id matches id.

Parameters

ParameterType

root

AnumaNode

id

string

Returns

AnumaNode | null

Last updated on