Searched refs:switchButton (Results 1 – 2 of 2) sorted by relevance
42 private switchButton: LitIcon | null | undefined; property in TraceRowConfig96 this.switchButton!.title = 'Show subSystem template';408 this.switchButton = this.shadowRoot?.querySelector<LitIcon>('#switch-button');423 this.switchButton!.addEventListener('click', () => {424 if(this.switchButton!.title === 'Show charts template') {425 this.switchButton!.title = 'Show subSystem template';432 this.switchButton!.title = 'Show charts template';
180 let switchButton = this.shadowRoot?.querySelector('.config_switch') as LitSwitch;181 switchButton.addEventListener('change', (event: CustomEventInit<LitSwitchChangeEvent>) => {