Skip to content

INotifyMapChanged

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
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.

Generic Parameters

  • TKey - The type of keys the map contains.

  • TItem - The type of items the map contains.

Properties

  • readonly mapChanged - An event that is raised when the map changed by adding or removing entries.

Implementations

Clone this wiki locally