Table of contents

Public interface

A diff describing the changes to a collection.

Signature
interface CollectionDiff<T> {}
Source

packages/store/src/lib/Store.ts


Properties

added

Public propertysignature

Signature
added?: Set<T>

removed

Public propertysignature

Signature
removed?: Set<T>

BaseRecordComputedCache