Searched refs:rootEL (Results 1 – 3 of 3) sorted by relevance
89 private rootEL: HTMLElement | null | undefined; property in LitMainMenuItem132 this.rootEL = this.shadowRoot?.querySelector('.root');
103 private rootEL: HTMLDivElement | undefined | null; property in SpApplication158 this.rootEL!.classList.add('dark');161 this.rootEL!.classList.remove('dark');248 this.rootEL = this.shadowRoot!.querySelector<HTMLDivElement>('.root');600 if (this.rootEL!.classList.contains('filedrag')) {601 this.rootEL!.classList.remove('filedrag');629 if (!this.rootEL!.classList.contains('filedrag')) {630 this.rootEL!.classList.add('filedrag');641 if (this.rootEL!.classList.contains('filedrag')) {642 this.rootEL!.classList.remove('filedrag');
171 private rootEL: HTMLDivElement | null | undefined; property in TraceRow494 if (this.rootEL) {495 this.rootEL.innerHTML = '';709 this.rootEL = this.shadowRoot?.querySelector('.root');904 this.rootEL!.style.height = `${this.getAttribute('height') || '40'}px`;1213 return window.getComputedStyle(this.rootEL!, null).getPropertyValue('border-bottom-color');