Searched refs:timeTotalEL (Results 1 – 2 of 2) sorted by relevance
108 public timeTotalEL: HTMLSpanElement | null | undefined; property in TimerShaftElement167 if (this.timeTotalEL) this.timeTotalEL.textContent = `${ns2s(value)}`;219 this.timeTotalEL = this.shadowRoot?.querySelector('.time-total');248 if (this.timeTotalEL) this.timeTotalEL.textContent = ns2s(this._totalNS);
210 timerShaftElement.timeTotalEL = jest.fn(() => true);