Searched refs:groupTitle2 (Results 1 – 1 of 1) sorted by relevance
47 private groupTitle2: HTMLDivElement | null | undefined; property in SpChartList73 this.groupTitle2 = this.shadowRoot?.querySelector<HTMLDivElement>('#group-2-title');140 if (this.groupTitle2) {141 this.maxHeight += this.groupTitle2.clientHeight;418 this.groupTitle2!.style.display = 'none';435 this.groupTitle2!.style.display = this.collectRowList2.length === 0 ? 'none' : 'flex';