Function: orSetRemove()
Function: orSetRemove()
Section titled “Function: orSetRemove()”orSetRemove<
T>(value,current?):OrSet<T>
Defined in: core/src/schema/crdt.ts:243
Local remove. Tombstones every currently-observed tag for the given
value. Concurrent add on another client is preserved because its
tag isn’t in current.adds yet — this is the OR-Set “add wins on
conflict” property.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”T
current?
Section titled “current?”OrSet<T> | null
Returns
Section titled “Returns”OrSet<T>