Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
ChangeSetJsonPart
/
Inserted
Inserted
data
class
Inserted
(
val
length
:
Int
,
val
text
:
List
<
String
>
)
:
ChangeSetJsonPart
Members
Constructors
Inserted
Link copied to clipboard
constructor
(
length
:
Int
,
text
:
List
<
String
>
)
Properties
length
Link copied to clipboard
val
length
:
Int
text
Link copied to clipboard
val
text
:
List
<
String
>