Searched refs:openFileIcon (Results 1 – 1 of 1) sorted by relevance
43 private openFileIcon: LitIcon | null | undefined; property in TraceRowConfig76 this.openFileIcon!.style.display = 'none';409 this.openFileIcon = this.shadowRoot?.querySelector<LitIcon>('#open-file-icon');412 this.openFileIcon!.addEventListener('click', () => {428 this.openFileIcon!.style.display = 'none';433 this.openFileIcon!.style.display = 'block';526 this.openFileIcon!.style.display = 'block';