Skip to main content

@microsoft/fast-element > PropertyChangeNotifier > (constructor)

PropertyChangeNotifier.(constructor)

Creates an instance of PropertyChangeNotifier for the specified source.

Signature:
constructor(source: any);

Parameters

ParameterTypeDescription
sourceanyThe object source that subscribers will receive notifications from.