Interface ElementChange<ELEMENTTYPE, IDTYPE>

A change message carrying information about the change type, id and previous and new value.

Type Parameters

  • ELEMENTTYPE

  • IDTYPE

Hierarchy

Properties

id: IDTYPE
newValue?: ELEMENTTYPE
previousValue?: ELEMENTTYPE
type: "CREATE" | "UPDATE" | "DELETE"