Interface IChangedArgs<T, OldT, U>

A generic interface for change emitter payloads.

Type Parameters

  • T

  • OldT = T

  • U extends string = string

Hierarchy

  • IChangedArgs

Properties

Properties

name: U

The name of the changed attribute.

newValue: T

The new value of the changed attribute.

oldValue: OldT

The old value of the changed attribute.

Generated using TypeDoc