Searched refs:nameEL (Results 1 – 1 of 1) sorted by relevance
172 private nameEL: HTMLLabelElement | null | undefined; property in TraceRow705 this.nameEL!.style.marginLeft = value + 'px';713 this.nameEL = this.shadowRoot?.querySelector('.name');859 this.nameEL!.onclick = () => {1302 if (this.nameEL) {1303 this.nameEL.textContent = newValue;1304 this.nameEL.title = newValue;