CodeMirrorEditor.getLine method
CodeMirrorEditor › getLine
Unofficial
Get the text content of the given line number.Signature:
getLine(line: number): stringParameters:
| Parameter | Type | Description |
|---|---|---|
| line | number | The line number to get text for. |
Returns: string — The text content of the line.