Results

Namespace

Type

Actions that have a new value and a potentially old value.

These change types are typically included in actions that update objects.

Type parameters

  • T

Hierarchy

  • IActionChange <-- You are here!

Index

Properties

Properties

newValue

newValue: T

The state of the value after the audit log action occurred.

Optional oldValue

oldValue: T

The state of the value before the audit log action occurred. May be undefined.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc