Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
ChangeSetJsonPart
Change
Set
Json
Part
sealed
interface
ChangeSetJsonPart
Inheritors
Kept
Deleted
Inserted
Members
Types
Deleted
Link copied to clipboard
data
class
Deleted
(
val
length
:
Int
)
:
ChangeSetJsonPart
Inserted
Link copied to clipboard
data
class
Inserted
(
val
length
:
Int
,
val
text
:
List
<
String
>
)
:
ChangeSetJsonPart
Kept
Link copied to clipboard
data
class
Kept
(
val
length
:
Int
)
:
ChangeSetJsonPart