Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
search
/
com.monkopedia.kodemirror.search
/
SearchMatch
Search
Match
data
class
SearchMatch
(
val
from
:
DocPos
,
val
to
:
DocPos
)
A match found by a search cursor.
Members
Constructors
Search
Match
Link copied to clipboard
constructor
(
from
:
DocPos
,
to
:
DocPos
)
Properties
from
Link copied to clipboard
val
from
:
DocPos
to
Link copied to clipboard
val
to
:
DocPos