Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
autocomplete
/
com.monkopedia.kodemirror.autocomplete
/
SnippetField
Snippet
Field
data
class
SnippetField
(
val
name
:
String
,
val
from
:
DocPos
,
val
to
:
DocPos
)
A named field within an active snippet, spanning
from
to
to
in the document.
Members
Constructors
Snippet
Field
Link copied to clipboard
constructor
(
name
:
String
,
from
:
DocPos
,
to
:
DocPos
)
Properties
from
Link copied to clipboard
val
from
:
DocPos
name
Link copied to clipboard
val
name
:
String
to
Link copied to clipboard
val
to
:
DocPos