Searched refs:phaseId (Results 1 – 2 of 2) sorted by relevance
83 const phaseId = this.sourceResolver.getPhaseIdByName(phaseName); constant84 this.selectMenu.selectedIndex = phaseId - 1;85 this.displayPhase(this.sourceResolver.getPhase(phaseId));
382 for (const [phaseId, phase] of Object.entries<Phase>(phases)) { constant410 getPhase(phaseId) {411 return this.phases[phaseId];