Interface LiveMapUpdate<T>

Represents an update to a LiveMap object, describing the keys that were updated or removed.

Type Parameters

Hierarchy

Properties

Properties

update: {
    [keyName in string]?: "updated" | "removed"
}

An object containing keys from a LiveMap that have changed, along with their change status:

  • updated - the value of a key in the map was updated.
  • removed - the key was removed from the map.

Generated using TypeDoc