CodeMirrorEditor.getLineHandle method
CodeMirrorEditor › getLineHandle
Unofficial
Get a handle for the given line number.Signature:
getLineHandle(line: number): LineHandleParameters:
| Parameter | Type | Description |
|---|---|---|
| line | number | The line number to get a handle for. |
Returns: LineHandle — The line handle.