<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`Editor`](Editor) › [`getLine`](Editor/getLine)
## Editor.getLine() method
Get the text at line (0-indexed)
0.11.11
**Signature:**
```typescript
abstract getLine(line: number): string;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>line</code> | <code>number</code> | |
**Returns:**
`string`