Searched refs:newChild (Results 1 – 2 of 2) sorted by relevance
24 addOrReplaceChild(newChild: this): void {26 (child) => child.id === newChild.id,29 this.children[currIndex] = newChild;31 this.children.push(newChild);
149 const newChild = newNode?.getAllChildren()[i]; constant152 if (!oldChild && newChild) {155 .find((node) => node.name === newChild.name);159 newChild,