Skip to content

CodeMirrorEditor.onChange method

CodeMirrorEditor › onChange

Unofficial

Handle a line handle change event.

Signature:

onChange(lineHandleChange: LineHandleChange): void

Parameters:

Parameter Type Description
lineHandleChange LineHandleChange The line handle change to process.

Returns: void