ChangeSpec
This type is used as argument to EditorState.changes and in the changes field of transaction specs to succinctly describe document changes.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Single(val from: DocPos, val to: DocPos? = null, val insert: InsertContent? = null) : ChangeSpec