Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
DocSpec
Doc
Spec
sealed
interface
DocSpec
Inheritors
StringDoc
TextDoc
Members
Types
String
Doc
Link copied to clipboard
data
class
StringDoc
(
val
content
:
String
)
:
DocSpec
Text
Doc
Link copied to clipboard
data
class
TextDoc
(
val
text
:
Text
)
:
DocSpec