@microsoft/fast-element > PropertyChangeNotifier > (constructor)
PropertyChangeNotifier.(constructor)
Creates an instance of PropertyChangeNotifier for the specified subject.
Signature:
constructor(subject: any);
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
subject |
any |
The object that subscribers will receive notifications for. |