Searched refs:targetRow (Results 1 – 2 of 2) sorted by relevance
554 addChildTraceRowAfter(child: TraceRow<any>, targetRow: TraceRow<any>) {558 let index = this.childrenList.indexOf(targetRow);571 addChildTraceRowBefore(child: TraceRow<BaseStruct>, targetRow: TraceRow<BaseStruct>) {575 let index = this.childrenList.indexOf(targetRow);
1724 let targetRow = this.favoriteChartListEL?.getCollectRow((row) => { variable1727 if (targetRow) {1728 targetRow.fixedList[0] = funcStract;1729 targetRow.highlight = highlight;