Searched refs:rootEl (Results 1 – 2 of 2) sorted by relevance
186 let rootEl = this.shadowRoot?.querySelector('.root') as HTMLDivElement;222 this.normalModelRadioHandler(rootEl, longTraceMaxSlide);225 this.longTraceModelRadioHandler(rootEl, longTraceMaxSlide);229 private normalModelRadioHandler(rootEl: HTMLDivElement, longTraceMaxSlide: HTMLDivElement): void {231 if (rootEl.lastChild === longTraceMaxSlide) {232 rootEl.removeChild(longTraceMaxSlide);237 …private longTraceModelRadioHandler(rootEl: HTMLDivElement, longTraceMaxSlide: HTMLDivElement): voi…239 rootEl.appendChild(longTraceMaxSlide);
52 private rootEl: HTMLDivElement | null | undefined; property in SpChartList78 this.rootEl = this.shadowRoot?.querySelector<HTMLDivElement>('.root');