Types

Link copied to clipboard
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.

Link copied to clipboard

An event that occurs when the document is changed by local changes.

Link copied to clipboard
Link copied to clipboard

An event that occurs when the document is changed by remote changes.

Link copied to clipboard

An event that occurs when a snapshot is received from the server.