Searched refs:currentPhaseIndex (Results 1 – 2 of 2) sorted by relevance
15 currentPhaseIndex: number; property in SequenceView56 this.currentPhaseIndex = this.phaseSelect.selectedIndex;59 this.phaseIndexes.add(this.currentPhaseIndex);70 this.currentPhaseIndex = this.phaseSelect.selectedIndex;71 if (!this.phaseIndexes.has(this.currentPhaseIndex)) {95 this.currentPhaseIndex = this.phaseSelect.selectedIndex;
56 return this.grids.get(this.sequenceView.currentPhaseIndex);64 return this.grids.has(this.sequenceView.currentPhaseIndex);69 this.grids.set(this.sequenceView.currentPhaseIndex, grid);92 const intervals = this.map.get(this.sequenceView.currentPhaseIndex);94 this.map.set(this.sequenceView.currentPhaseIndex, new Array<HTMLElement>());688 interval.classList.toggle("range-hidden", phase != this.view.sequenceView.currentPhaseIndex);