IObservableMap - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IObservableMap<TKey, TItem> interface
Represents an observable map based on the Map interface.
Extends IReadOnlyObservableMap<TKey, TItem>.
interface IObservableMap<TKey, TItem>
extends IReadOnlyObservableMap<TKey, TItem>Source reference: src/collections/observableMap/IObservableMap.ts:8.
-
TKey - The type of keys the map contains.
-
TItem - The type of items the map contains.
-
inheritedreadonlymapChanged - An event that is raised when the map changed by adding or removing entries. -
inheritedreadonlypropertiesChanged - An event that is raised when one or more properties may have changed. -
inheritedreadonlysize - Gets the number of entries in the map.