We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Home > @microsoft/sp-component-base > DynamicDataSourceManager > notifyPropertyChanged
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;
Returns:
void
Home