Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IChange

IChange interface belongs to IAuditRecord and keeps track what type and which attributes are changed.

Hierarchy

  • IChange

Index

Properties

attribute

attribute: string

Which attribute was touched

changeType

changeType: ChangeType

Of which type was the change, see ChangeType

newValue

newValue: any

What is the current value

previousValue

previousValue: any

Which value was set before

type

type: string

Of which type

Generated using TypeDoc