kuilt
Toggle table of contents
0.7.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
kuilt
kuilt-crdt
/
us.tractat.kuilt.crdt
/
FugueOp
/
Remove
Remove
@
Serializable
data
class
Remove
<
V
>
(
val
id
:
FugueId
)
:
FugueOp
<
V
>
Tombstone the element with
id
.
Members
Constructors
Remove
Link copied to clipboard
constructor
(
id
:
FugueId
)
Properties
id
Link copied to clipboard
open
override
val
id
:
FugueId
The
FugueId
of the element this operation creates or tombstones.