Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ElementChange<ELEMENTTYPE, IDTYPE>

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

Type parameters

  • ELEMENTTYPE

  • IDTYPE

Hierarchy

Index

Properties

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