@microsoft/fast-element > PropertyChangeNotifier
PropertyChangeNotifier class
An implementation of Notifier that allows subscribers to be notified of individual property changes on an object.
Signature:
export declare class PropertyChangeNotifier implements Notifier
Implements: Notifier
Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
Creates an instance of PropertyChangeNotifier for the specified subject. |
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
any |
The subject that property changes are being notified for. |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
Notifies all subscribers, based on the specified property. | ||
|
Subscribes to notification of changes in an object's state. | ||
|
Unsubscribes from notification of changes in an object's state. |