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

Readonly id

id: IDTYPE

Optional Readonly newValue

newValue?: ELEMENTTYPE

Optional Readonly previousValue

previousValue?: ELEMENTTYPE

Readonly type

type: "CREATE" | "UPDATE" | "DELETE"