Type alias DictionaryChangeSet
DictionaryChangeSet: { collectionRootWasDeleted: boolean; deletions: Mixed[]; insertions: Mixed[]; modifications: Mixed[]; } Type declaration
collectionRootWasDeleted: boolean
deletions: Mixed[]
insertions: Mixed[]
modifications: Mixed[]
Deprecated
Add
collection_root_was_deleted
to your opt-in list (underrecords/DictionaryChangeSet/fields/
) to use this.