Skip to content

CodeMirrorEditor.getDeletedText method

CodeMirrorEditor › getDeletedText

Unofficial

Get the text deleted during the operation in progress.

Signature:

getDeletedText(): null | string

Returns: null | stringThe deleted text, or null when nothing was deleted or no operation is in progress.