Searched refs:exportFileIcon (Results 1 – 1 of 1) sorted by relevance
41 private exportFileIcon: LitIcon | null | undefined; property in TraceRowConfig75 this.exportFileIcon!.style.display = 'none';407 this.exportFileIcon = this.shadowRoot?.querySelector<LitIcon>('#export-file-icon');429 this.exportFileIcon!.style.display = 'none';434 this.exportFileIcon!.style.display = 'block';498 this.exportFileIcon!.addEventListener('click', () => {