Types

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

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.

Link copied to clipboard
Link copied to clipboard

Means that the document sync status has changed.