Skip to content

INotifyMapChanged.mapChanged

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / INotifyMapChanged<TKey, TItem> / mapChanged property

An event that is raised when the map changed by adding or removing entries.

Property type: IMapChangedEvent<INotifyMapChanged<TKey, TItem>, TKey, TItem>.

readonly mapChanged: IMapChangedEvent<INotifyMapChanged<TKey, TItem>, TKey, TItem>

Source reference: src/collections/observableMap/INotifyMapChanged.ts:12.

Clone this wiki locally