Searched refs:collectEl2 (Results 1 – 1 of 1) sorted by relevance
45 private collectEl2: HTMLDivElement | null | undefined; property in SpChartList71 this.collectEl2 = this.shadowRoot?.querySelector<HTMLDivElement>('#collect-group-2');109 this.collectEl2?.appendChild(this.fragmentGroup2);136 this.collectEl2!.childNodes.forEach((item) => (this.maxHeight += (item as any).clientHeight));176 this.collectEl2?.appendChild(this.fragmentGroup2);212 this.collectEl2!.insertBefore(node, child);213 this.collectRowList2 = Array.from(this.collectEl2!.children) as TraceRow<any>[];236 this.collectEl2!.innerHTML = '';372 this.collectEl2!.appendChild(this.fragmentGroup2);427 this.collectEl2?.appendChild(this.fragmentGroup2);