Searched refs:currentSelectedNode (Results 1 – 1 of 1) sorted by relevance
33 private currentSelectedNode: any; property in LitTree64 if (!this.currentSelectedNode) {67 if (this.currentSelectedNode.nextElementSibling) {68 this._insertNode(this.currentSelectedNode.nextElementSibling, value);70 this.currentSelectedNode.setAttribute('show-arrow', 'true');75 this.currentSelectedNode.parentElement.append(ul);76 this.currentSelectedNode.arrow = true;135 this.currentSelectedNode = null;200 this.currentSelectedNode = node;529 this.currentSelectedNode = insertNode;