Home
last modified time | relevance | path

Searched refs:exportFileIcon (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRowConfig.ts40 private exportFileIcon: LitIcon | null | undefined; property in TraceRowConfig
76 this.exportFileIcon!.style.display = 'none';
420 this.exportFileIcon = this.shadowRoot?.querySelector<LitIcon>('#export-file-icon');
445 this.exportFileIcon!.style.display = 'none';
451 this.exportFileIcon!.style.display = 'block';
516 this.exportFileIcon!.addEventListener('click', () => {