* Convenience method: Subscribe only to mode changes.
(listener: (event: ModeChangedEvent) => void)
| 334 | * Convenience method: Subscribe only to mode changes. |
| 335 | */ |
| 336 | onModeChanged(listener: (event: ModeChangedEvent) => void): () => void { |
| 337 | return this.on("modeChanged", listener) |
| 338 | } |
| 339 | |
| 340 | // =========================================================================== |
| 341 | // Response Methods - Send actions to the extension |
no test coverage detected