ChangeInfo

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

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)

Properties

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