Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts176 private rowCheckFilePop: LitPopover | null | undefined; property in TraceRow
773 this.rowCheckFilePop = document.createElement('litpopover') as LitPopover;
774 …this.rowCheckFilePop.innerHTML = `<div slot="content" id="jsonFile" style="display: block;height: …
778 this.rowCheckFilePop.id = 'rowCheckFile';
779 this.rowCheckFilePop.className = 'popover checkFile';
780 this.rowCheckFilePop.setAttribute('trigger', 'click');
781 this.rowCheckFilePop?.addEventListener('mouseenter', (e) => {
784 this.fileEL = this.rowCheckFilePop.querySelector('#jsoninput');
785 this.rowCheckFilePop.onclick = (): void => {
805 this.describeEl?.appendChild(this.rowCheckFilePop);