Update

data class Update(val id: String, val newContent: String) : DeltaUpdate

Replaces the content of the bullet with id by newContent.

Constructors

Link copied to clipboard
constructor(id: String, newContent: String)

Properties

Link copied to clipboard
val id: String

Identifier of the bullet to update.

Link copied to clipboard

Replacement text.