Package-level declarations
Types
Link copied to clipboard
data class TextChange(val type: TextChangeType, val actor: ActorID, val from: Int, val to: Int, val content: String? = null, val attributes: Map<String, String>? = null)
The value passed as an argument to CrdtText.onChanges. CrdtText.onChanges is called when the CrdtText is modified.
Link copied to clipboard
The type of TextChange.