Get the first line of the editor. This will usually be zero but for linked sub-views, or documents instantiated with a non-zero first line, it might return other values.
()
| 458 | /** Get the first line of the editor. This will usually be zero but for linked sub-views, |
| 459 | or documents instantiated with a non-zero first line, it might return other values. */ |
| 460 | firstLine(): number; |
| 461 | |
| 462 | /** Get the last line of the editor. This will usually be lineCount() - 1, but for linked sub-views, it might return other values. */ |
| 463 | lastLine(): number; |
no outgoing calls
no test coverage detected