Searched refs:totalEL (Results 1 – 2 of 2) sorted by relevance
30 private totalEL: HTMLSpanElement | null | undefined; property in LitSearch74 this.totalEL!.textContent = value.toString();238 this.totalEL = this.shadowRoot!.querySelector<HTMLSpanElement>('#total');
107 public totalEL: HTMLDivElement | null | undefined; property in TimerShaftElement217 this.totalEL = this.shadowRoot?.querySelector('.total');332 this.canvas!.width = width - (this.totalEL?.clientWidth || 0);