Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
collab
/
com.monkopedia.kodemirror.collab
/
Update
Update
data
class
Update
(
val
changes
:
ChangeSet
,
val
clientID
:
String
,
val
effects
:
List
<
StateEffect
<
*
>
>
=
emptyList()
)
An update is a set of changes and effects.
Members
Constructors
Update
Link copied to clipboard
constructor
(
changes
:
ChangeSet
,
clientID
:
String
,
effects
:
List
<
StateEffect
<
*
>
>
=
emptyList()
)
Properties
changes
Link copied to clipboard
val
changes
:
ChangeSet
client
ID
Link copied to clipboard
val
clientID
:
String
effects
Link copied to clipboard
val
effects
:
List
<
StateEffect
<
*
>
>