ChangeInfo

data class ChangeInfo(val message: String, val operations: List<OperationInfo>, val actorID: ActorID, val clientSeq: UInt, val serverSeq: Long)

Represents the modification made during a document update and the message passed.

Constructors

Link copied to clipboard
constructor(message: String, operations: List<OperationInfo>, actorID: ActorID, clientSeq: UInt, serverSeq: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard