Searched refs:appContent (Results 1 – 2 of 2) sorted by relevance
24 private appContent: HTMLElement | undefined | null; property in SpHelp36 this.appContent!.innerHTML =45 this.appContent = this.shadowRoot?.querySelector('#app-content') as HTMLElement;236 that.appContent!.innerHTML =
103 private appContent: HTMLElement | undefined | null; property in SpRecordTrace565 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 …]