Remove

@Serializable
data class Remove<V>(val id: FugueId) : FugueOp<V>

Tombstone the element with id.

Constructors

Link copied to clipboard
constructor(id: FugueId)

Properties

Link copied to clipboard
open override val id: FugueId

The FugueId of the element this operation creates or tombstones.