Update

@Serializable
@SerialName(value = "UPDATE")
data class Update(val id: String, val newContent: String) : ACEOptimizer.RawDeltaUpdate

Raw curator request to replace a bullet's content.

Constructors

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

Properties

Link copied to clipboard
val id: String

The ID of the bullet item to update.

Link copied to clipboard

The new content for that bullet.

Functions

Link copied to clipboard
open override fun toDeltaUpdate(): DeltaUpdate

Converts this to a DeltaUpdate.Update.