Searched refs:getCollectRow (Results 1 – 2 of 2) sorted by relevance
1428 … this.favoriteChartListEL!.getCollectRow((row) => row.rowId === rowId && row.rowType === rowType);1456 … this.favoriteChartListEL!.getCollectRow((row) => row.rowId === rowId && row.rowType === rowType);1488 this.favoriteChartListEL!.getCollectRow((row) => {1644 this.favoriteChartListEL!.getCollectRow((row) => row.hasAttribute('scene'));1670 this.favoriteChartListEL!.getCollectRow((row) => row.hasAttribute('scene'));1724 let targetRow = this.favoriteChartListEL?.getCollectRow((row) => {
183 getCollectRow(filter: (row: TraceRow<any>) => boolean): TraceRow<any> | undefined { method in SpChartList