Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
autocomplete
/
com.monkopedia.kodemirror.autocomplete
/
MatchBeforeResult
Match
Before
Result
data
class
MatchBeforeResult
(
val
from
:
DocPos
,
val
to
:
DocPos
,
val
text
:
String
)
Result of
CompletionContext.matchBefore
.
Members
Constructors
Match
Before
Result
Link copied to clipboard
constructor
(
from
:
DocPos
,
to
:
DocPos
,
text
:
String
)
Properties
from
Link copied to clipboard
val
from
:
DocPos
text
Link copied to clipboard
val
text
:
String
to
Link copied to clipboard
val
to
:
DocPos