Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
EditorStateBuilder
/
doc
doc
fun
doc
(
content
:
String
)
Set the initial document content from a string.
fun
doc
(
text
:
Text
)
Set the initial document content from a
Text
.