Searched refs:tipEL (Results 1 – 6 of 6) sorted by relevance
151 public tipEL: HTMLDivElement | null | undefined; property in TraceRow608 if (this.tipEL) {609 this.tipEL.innerHTML = value;715 this.tipEL = this.shadowRoot?.querySelector('.tip');1063 if (this.tipEL) {1064 this.tipEL.style.display = 'none';1070 if (struct === null && this.tipEL) {1071 this.tipEL.style.display = 'none';1074 if (this.tipEL) {1075 this.tipEL.style.display = 'flex';[all …]
130 this.systemTrace!.tipEL!.style.display = 'none';
157 tipEL: HTMLDivElementAlias; property in SpSystemTrace1010 this.tipEL!.style.display = 'none';1817 this.tipEL!.style.display = 'none';1904 if ((struct === undefined || struct === null) && this.tipEL) {1905 this.tipEL.style.display = 'none';1908 if (this.tipEL) {1909 this.tipEL.innerHTML = html;1911 this.tipEL.style.maxWidth = row.clientWidth / 3 + 'px';1912 this.tipEL.style.wordBreak = ' break-all';1913 this.tipEL.style.height = 'unset';[all …]
361 sp.tipEL!.style.display = 'none';387 sp.tipEL!.style.display = 'none';
636 sp.tipEL = sp.shadowRoot.querySelector<HTMLDivElement>('.tip');
199 traceRow.tipEL = true;241 traceRow.tipEL = jest.fn(()=>true);242 traceRow.tipEL.style = jest.fn(()=>true);