Skip to content

ReadOnlyObservableMap.mapChanged

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

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

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

public readonly mapChanged: IMapChangedEvent<ReadOnlyObservableMap<TKey, TItem>, TKey, TItem>

Source reference: src/collections/observableMap/ReadOnlyObservableMap.ts:32.

Clone this wiki locally