IMapChange - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IMapChange<TKey, TItem> interface
Contains information about entries that are added or removed from a map.
interface IMapChange<TKey, TItem>
Source reference: src/collections/observableMap/IMapChange.ts:6
.
-
TKey - The type of keys the map contains.
-
TItem - The type of items the map contains.
-
readonly
addedEntries - The entries that were added to the set. -
readonly
operation - The operation that was performed -
readonly
removedEntries - The entries that were removed from the set.