(message: GrapherMessage)
| 242 | } |
| 243 | |
| 244 | private onMessage(message: GrapherMessage) { |
| 245 | if (message.type === 'init') { |
| 246 | const message = { type: 'configure', graphs: this.graphs, status: this.currentStatus }; |
| 247 | this.viewPanel.webview.postMessage(message); |
| 248 | } |
| 249 | } |
| 250 | } |
| 251 | |
| 252 | export class SWORTTCoreBase { |
no test coverage detected