Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTreeNode.ts29 private iconElement: LitIcon | null | undefined; property in LitTreeNode
135 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';