INotifyPropertiesChanged - Andrei15193/react-model-view-viewmodel GitHub Wiki

API / INotifyPropertiesChanged interface

A core interface for objects that notify subscribers when their properties have changed. Components can react to this and display the new value as a consequence.

interface INotifyPropertiesChanged

Source reference: src/viewModels/INotifyPropertiesChanged.ts:6.

Properties

  • readonly propertiesChanged - An event that is raised when one or more properties may have changed.

Implementations

⚠️ **GitHub.com Fallback** ⚠️