Return true if any text is selected.
()
| 505 | |
| 506 | /** Return true if any text is selected. */ |
| 507 | somethingSelected(): boolean; |
| 508 | |
| 509 | /** Set the cursor position.You can either pass a single { line , ch } object , or the line and the character as two separate parameters. */ |
| 510 | setCursor(pos: CodeMirror.Position): void; |
no outgoing calls
no test coverage detected