Skip to content

CodeMirrorEditorSearchCursor.from method

CodeMirrorEditorSearchCursor › from

Unofficial

Get the start position of the current match, or void if no match.

Signature:

from(): EditorPosition | void

Returns: EditorPosition | voidThe start position of the current match.