Skip to content

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.

T

T

OrSet<T> | null

OrSet<T>