@microsoft/fast-element > PropertyChangeNotifier > notify
PropertyChangeNotifier.notify() method
Notifies all subscribers, based on the specified property.
Signature:
notify(propertyName: string): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
propertyName |
string |
The property name, passed along to subscribers during notification. |
Returns:
void