Single

data class Single(val from: DocPos, val to: DocPos? = null, val insert: InsertContent? = null) : ChangeSpec

Constructors

Link copied to clipboard
constructor(from: DocPos, to: DocPos? = null, insert: InsertContent? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: DocPos?