Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/
DSpHelp.ts24 private appContent: HTMLElement | undefined | null; property in SpHelp
36 this.appContent!.innerHTML =
45 this.appContent = this.shadowRoot?.querySelector('#app-content') as HTMLElement;
236 that.appContent!.innerHTML =
DSpRecordTrace.ts103 private appContent: HTMLElement | undefined | null; property in SpRecordTrace
565 this.appContent = this.shadowRoot?.querySelector('#app-content') as HTMLElement;
567 this.appContent.append(this.spRecordTemplate);
569 this.appContent.append(this.recordSetting);
702 recordTrace.appContent!.innerHTML = '';
703 recordTrace.appContent!.append(recordTrace.traceCommand!);
795 that.appContent!.innerHTML = '';
796 that.appContent!.append(configPage);
910 this.appContent!.innerHTML = '';
911 this.appContent!.append(this.traceCommand!);
[all …]