Returns a {from, to} object (both holding document positions), indicating the current position of the marked range, or undefined if the marker is no longer in the document.
()
| 632 | /** Returns a {from, to} object (both holding document positions), indicating the current position of the marked range, |
| 633 | or undefined if the marker is no longer in the document. */ |
| 634 | find(): CodeMirror.Range|CodeMirror.Position; |
| 635 | /** Returns an object representing the options for the marker. If copyWidget is given true, it will clone the value of the replacedWith option, if any. */ |
| 636 | getOptions(copyWidget: boolean): CodeMirror.TextMarkerOptions; |
| 637 | } |
no outgoing calls
no test coverage detected