Function: findNodeById()
function findNodeById(tree, id): ProjectTreeItem | null;Defined in: shared/src/helper/workHelper/treeHelperFunctions.ts:261
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
tree | ProjectTreeItem[] |
id | string |
Returns
Section titled “Returns”ProjectTreeItem | null