Skip to content

CodeMirrorEditor.getLineHandle method

CodeMirrorEditor › getLineHandle

Unofficial

Get a handle for the given line number.

Signature:

getLineHandle(line: number): LineHandle

Parameters:

Parameter Type Description
line number The line number to get a handle for.

Returns: LineHandleThe line handle.