Searched refs:levelFilterInput (Results 1 – 1 of 1) sorted by relevance
37 private levelFilterInput: HTMLSelectElement | undefined | null; property in TabPaneHiLogs67 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;