@microsoft/fast-element > ElementController > notify
ElementController.notify() method
Notifies all subscribers of a property change.
Signature:
notify(args: any): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
any |
The property name that changed. |
Returns:
void