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 > DynamicDataProvider > registerAvailableSourcesChanged
Registers a callback to an event that raises when the list of available Dynamic Data Sources is updated.
Signature:
registerAvailableSourcesChanged(callback: () => void): void;
Returns:
void
Home