Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
InsertContent
Insert
Content
sealed
interface
InsertContent
Inheritors
StringContent
TextContent
Members
Types
String
Content
Link copied to clipboard
data
class
StringContent
(
val
value
:
String
)
:
InsertContent
Text
Content
Link copied to clipboard
data
class
TextContent
(
val
value
:
Text
)
:
InsertContent