CollectionDiff
See source codeTable of contents
A diff describing the changes to a collection.
interface CollectionDiff<T> {}Properties
added
optional
added?: Set<T>removed
optional
removed?: Set<T>Prev
BaseRecordNext
ComputedCacheA diff describing the changes to a collection.
interface CollectionDiff<T> {}added?: Set<T>removed?: Set<T>We use cookies on this website.
Learn more in our Cookie Policy.