INotifyMapChanged - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / INotifyMapChanged<TKey, TItem> interface
Notifies when a map has items added or removed to it.
interface INotifyMapChanged<TKey, TItem>
Source reference: src/collections/observableMap/INotifyMapChanged.ts:8
.
-
TKey - The type of keys the map contains.
-
TItem - The type of items the map contains.
-
readonly
mapChanged - An event that is raised when the map changed by adding or removing entries.