Skip to content

CodeMirrorEditor.removeOverlay method

CodeMirrorEditor › removeOverlay

Unofficial

Remove a search overlay from the editor.

Signature:

removeOverlay(overlay?: SearchQuery | undefined): void

Parameters:

ParameterTypeDescription
overlay?SearchQuery | undefinedThe search query overlay to remove.

Returns: void