Skip to main content

@microsoft/fast-element > PropertyChangeNotifier > notify

PropertyChangeNotifier.notify() method

Notifies all subscribers, based on the specified property.

Signature:
notify(propertyName: string): void;

Parameters

ParameterTypeDescription
propertyNamestringThe property name, passed along to subscribers during notification.
Returns:

void