Searched refs:nodesMap (Results 1 – 1 of 1) sorted by relevance
136 const nodesMap = new Map<number, Node>(); constant138 nodesMap.set(-1, {width, nextXForChildren: x, size: this.totalSize, x});164 const parentNode = nodesMap.get(value.parentId);190 nodesMap.set(value.id, {197 nodesMap.set(value.parentId, {