MCPcopy
hub / github.com/witheve/Eve / removeOverlay

Method removeOverlay

typings/codemirror/codemirror.d.ts:144–144  ·  view source on GitHub ↗

Pass this the exact argument passed for the mode parameter to addOverlay to remove an overlay again.

(mode: any)

Source from the content-addressed store, hash-verified

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. */

Callers 2

highlightSearchMatchesFunction · 0.80
clearSearchHighlightFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected