Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hilog/
DTabPaneHiLogs.ts37 private levelFilterInput: HTMLSelectElement | undefined | null; property in TabPaneHiLogs
67 this.levelFilterInput = this.shadowRoot?.querySelector<HTMLSelectElement>('#level-filter');
134 this.levelFilterInput!.onchange = (): void => {
225 this.levelFilterInput!.selectedIndex = 0;
281 let level = this.levelFilterInput?.selectedIndex || 0;