Type alias DictionaryChangeSet

DictionaryChangeSet: {
    collectionRootWasDeleted: boolean;
    deletions: Mixed[];
    insertions: Mixed[];
    modifications: Mixed[];
}

Type declaration

  • collectionRootWasDeleted: boolean

    Deprecated

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

  • deletions: Mixed[]
  • insertions: Mixed[]
  • modifications: Mixed[]

Generated using TypeDoc