Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IChangedArgs<T, OldT, U>

A generic interface for change emitter payloads.

Type parameters

  • T

  • OldT = T

  • U: string = string

Hierarchy

  • IChangedArgs

Index

Properties

Properties

name

name: U

The name of the changed attribute.

newValue

newValue: T

The new value of the changed attribute.

oldValue

oldValue: OldT

The old value of the changed attribute.

Generated using TypeDoc