Searched refs:iconElement (Results 1 – 1 of 1) sorted by relevance
29 private iconElement: LitIcon | null | undefined; property in LitTreeNode135 this.iconElement = this.shadowRoot!.querySelector<LitIcon>('#icon');436 if (this.iconElement) {438 this.iconElement!.setAttribute('name', newValue);439 this.iconElement!.style.display = 'flex';441 this.iconElement!.style.display = 'none';