Set the editor content.
(content: string)
| 434 | |
| 435 | /** Set the editor content. */ |
| 436 | setValue(content: string): void; |
| 437 | |
| 438 | /** Get the text between the given points in the editor, which should be {line, ch} objects. |
| 439 | An optional third argument can be given to indicate the line separator string to use (defaults to "\n"). */ |
no outgoing calls
no test coverage detected