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 > notifySourceChanged
Notifies that this source has updated its properties.
When invoked, it enables to broadcast the notification to all the consumers who have registered to this notification from this source.
Signature:
notifySourceChanged(): void;
Returns:
void
Home