Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdatedMapItem<V>

An update of an map item.

Type parameters

  • V

    a value type

Hierarchy

  • UpdatedMapItem

Index

Properties

Properties

newValue

newValue: V | null

a new value

oldValue

oldValue: V | null

an old value

Generated using TypeDoc