makePropertyObservable(name)

May perform internal changes necessary to dispatch property changes for a particular name.

This method is implemented by Array since arrays require special consideration to dispatch synchronous change notifications. It can be implemented by any object to make special properties observable.

On collections

Usage

  • makePropertyObservable(name)

Related