Remove

@Serializable
data class Remove<V>(val id: RgaId) : RgaOp<V>

Tombstone the element with id. Tombstones are retained in the op-log so that future causal references to id remain resolvable.

Constructors

Link copied to clipboard
constructor(id: RgaId)

Properties

Link copied to clipboard
val id: RgaId