Searched refs:sortedArray (Results 1 – 1 of 1) sorted by relevance
1634 … let sortedArray = rowData.slice().sort(function (a: { startTs: number }, b: { startTs: number }) { variable1637 sortedArray.forEach((item: unknown, index: number) => {1645 … : `${AppStartupStruct.getStartupName(sortedArray[index - 1].startName)} ${getTimeString(1646 sortedArray[index - 1].startTs + sortedArray[index - 1].dur1652 index === sortedArray.length - 11654 … : `${AppStartupStruct.getStartupName(sortedArray[index + 1].startName)} ${getTimeString(1655 sortedArray[index + 1].startTs