* Clear the graph completely (used when cache is cleared before reanalysis)
()
| 526 | * Clear the graph completely (used when cache is cleared before reanalysis) |
| 527 | */ |
| 528 | clearGraph() { |
| 529 | this.postMessage({ |
| 530 | command: 'clearGraph' |
| 531 | }); |
| 532 | } |
| 533 | |
| 534 | showProgressOverlay(message: string) { |
| 535 | this.postMessage({ command: 'showProgressOverlay', text: message }); |