Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapDeleteEvent<K, V>

Event emitted by an IMap<K, V> implementation when a key-value pair is deleted.

Type Parameters

  • K

  • V

Hierarchy

Index

Properties

Properties

key: K

Metadata for the update that caused this event.

value: V

The previous value at key.

Generated using TypeDoc