Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp component base.dynamicdatasourcemanager.notifypropertychanged

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-component-base > DynamicDataSourceManager > notifyPropertyChanged

DynamicDataSourceManager.notifyPropertyChanged() method

Notifies that this source has updated a specific property.

When invoked, it enables to broadcast the notification to all the consumers who have registered to this notification from this source.

Signature:

notifyPropertyChanged(propertyId: string): void;

Parameters

Parameter Type Description
propertyId string Id of the updated property in the source.

Returns:

void

Clone this wiki locally