Searched refs:rowCheckFilePop (Results 1 – 1 of 1) sorted by relevance
176 private rowCheckFilePop: LitPopover | null | undefined; property in TraceRow773 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);