Type alias CollectionChangeSet

CollectionChangeSet: {
    collectionRootWasDeleted: boolean;
    collectionWasCleared: boolean;
    deletions: IndexSet;
    insertions: IndexSet;
    modifications: IndexSet;
    modificationsNew: IndexSet;
    moves: CollectionChangeSetMove[];
}

Type declaration

  • collectionRootWasDeleted: boolean

    Deprecated

    Add collection_root_was_deleted to your opt-in list (under records/CollectionChangeSet/fields/) to use this.

  • collectionWasCleared: boolean

    Deprecated

    Add collection_was_cleared to your opt-in list (under records/CollectionChangeSet/fields/) to use this.

  • deletions: IndexSet
  • insertions: IndexSet
  • modifications: IndexSet
  • modificationsNew: IndexSet
  • moves: CollectionChangeSetMove[]

    Deprecated

    Add moves to your opt-in list (under records/CollectionChangeSet/fields/) to use this.

Generated using TypeDoc