CodeMirrorEditor.onChange method
CodeMirrorEditor › onChange
Unofficial
Handle a line handle change event.Signature:
onChange(lineHandleChange: LineHandleChange): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| lineHandleChange | LineHandleChange | The line handle change to process. |
Returns: void