Searched refs:folderIcon (Results 1 – 1 of 1) sorted by relevance
193 public folderIcon: LitIcon | null | undefined; property in TraceRow427 this.folderIcon = document.createElement('lit-icon') as LitIcon;428 this.folderIcon.classList.add('icon');429 this.folderIcon.setAttribute('name', 'caret-down');430 this.folderIcon.setAttribute('size', '19');431 this.folderIcon.style.display = 'flex';432 this.describeEl?.insertBefore(this.folderIcon, this.describeEl.children[0]);699 if (this.folderIcon) {700 this.folderIcon.style.marginLeft = value + 'px';