Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
TransactionSpecBuilder
/
insert
insert
fun
insert
(
pos
:
DocPos
,
text
:
String
)
Insert text at the given position.
fun
insert
(
pos
:
DocPos
,
text
:
Text
)
Insert a
Text
at the given position.