Searched defs:currentIndex (Results 1 – 13 of 13) sorted by relevance
296 const currentIndex = this.findCurrentEntryFor(trace)?.getIndex(); constant309 const currentIndex = this.findCurrentEntryFor(trace)?.getIndex(); constant
32 private currentIndex: number | undefined; property in LogPresenter210 const currentIndex = this.originalIndicesOfAllEntries.findIndex( constant
367 const currentIndex = this.logPresenter.getCurrentIndex(); constant
29 currentIndex: undefined | number; property
30 public currentIndex: undefined | number, property in UiData
33 public currentIndex: undefined | number, property in UiData
32 public currentIndex: undefined | number, property in UiData
43 currentIndex: undefined | number; property in SearchResult
254 @Input() currentIndex: number | undefined; property in LogComponent
458 const currentIndex = this.logPresenter.getCurrentIndex(); constant459 const index = selectedIndex ?? currentIndex; constant
41 public currentIndex: undefined | number, property in UiData
158 public currentIndex: undefined | number, property in MockData