(event: string, props?: Record<string, unknown>)
| 109 | showNotice(title: string, detail?: string): void; |
| 110 | appendTranscriptEntry(entry: TranscriptEntry): void; |
| 111 | track(event: string, props?: Record<string, unknown>): void; |
| 112 | mountEditorReplacement(panel: Component & Focusable): void; |
| 113 | restoreEditor(): void; |
| 114 | restoreInputText(text: string): void; |
no outgoing calls
no test coverage detected