Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRowConfig.ts42 private switchButton: LitIcon | null | undefined; property in TraceRowConfig
96 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';
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpSdkConfig.ts180 let switchButton = this.shadowRoot?.querySelector('.config_switch') as LitSwitch;
181 switchButton.addEventListener('change', (event: CustomEventInit<LitSwitchChangeEvent>) => {