SimpleChanges

Defines an object that associates properties with instances of SimpleChange.

定义一个对象,它把属性与 SimpleChange 的实例关联起来。

interface SimpleChanges { __index(propName: string): SimpleChange }

参见

方法

__index(propName: string): SimpleChange

参数

propName

Type: string.

返回值

SimpleChange