Get the number of lines in the editor.
()
| 454 | |
| 455 | /** Get the number of lines in the editor. */ |
| 456 | lineCount(): number; |
| 457 | |
| 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. */ |
no outgoing calls
no test coverage detected