Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IChangedArgs<T>

A generic interface for change emitter payloads.

Type parameters

  • T

Hierarchy

  • IChangedArgs

Index

Properties

Properties

name

name: string

The name of the changed attribute.

newValue

newValue: T

The new value of the changed attribute.

oldValue

oldValue: T

The old value of the changed attribute.

Generated using TypeDoc