Type alias CollectionChangeSet
CollectionChangeSet: { collectionRootWasDeleted: boolean; collectionWasCleared: boolean; deletions: IndexSet; insertions: IndexSet; modifications: IndexSet; modificationsNew: IndexSet; moves: CollectionChangeSetMove[]; } Type declaration
collectionRootWasDeleted: boolean
collectionWasCleared: boolean
deletions: IndexSet
insertions: IndexSet
modifications: IndexSet
modificationsNew: IndexSet
Deprecated
Add
collection_root_was_deleted
to your opt-in list (underrecords/CollectionChangeSet/fields/
) to use this.