Raised after an item is added or removed from an ObservableMap.

interface MapAfterItemEvent<K, V> {
    target: ObservableMap<K, V>;
}

Type Parameters

  • K
  • V

Hierarchy (view full)

Properties

Properties

target: ObservableMap<K, V>

The collection like object that raised the event.