Searched refs:groupTitle1 (Results 1 – 1 of 1) sorted by relevance
46 private groupTitle1: HTMLDivElement | null | undefined; property in SpChartList72 this.groupTitle1 = this.shadowRoot?.querySelector<HTMLDivElement>('#group-1-title');137 if (this.groupTitle1) {138 this.maxHeight += this.groupTitle1.clientHeight;417 this.groupTitle1!.style.display = 'none';434 this.groupTitle1!.style.display = this.collectRowList1.length === 0 ? 'none' : 'flex';