Pass this the exact argument passed for the mode parameter to addOverlay to remove an overlay again.
(mode: any)
| 142 | |
| 143 | /** Pass this the exact argument passed for the mode parameter to addOverlay to remove an overlay again. */ |
| 144 | removeOverlay(mode: any): void; |
| 145 | |
| 146 | |
| 147 | /** Retrieve the currently active document from an editor. */ |
no outgoing calls
no test coverage detected