Searched refs:currentSelectedData (Results 1 – 2 of 2) sorted by relevance
47 private currentSelectedData: any = undefined; property in TabpaneNMCalltree430 if (this.currentSelectedData) {431 this.currentSelectedData.isSelected = false;432 this.nmCallTreeTbl?.clearAllSelection(this.currentSelectedData);434 this.currentSelectedData = undefined;526 if (this.currentSelectedData && !this.currentSelectedData.canCharge) {529 if (this.currentSelectedData !== undefined) {530 …this.nmCallTreeFilter!.addDataMining({ name: this.currentSelectedData.symbolName }, nmCallTreeFunc…533 funcArgs: [this.currentSelectedData.symbolName, false, true],539 if (this.currentSelectedData && !this.currentSelectedData.canCharge) {[all …]
34 private currentSelectedData: any; property in LitTree134 this.currentSelectedData = null;201 this.currentSelectedData = node.data;451 if (this.currentSelectedData) {452 this.currentSelectedData.children.push(obj);530 this.currentSelectedData = insertNode.data;