sp component base.dynamicdataprovider.unregisteravailablesourceschanged - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-component-base > DynamicDataProvider > unregisterAvailableSourcesChanged
Unregisters a callback to an event that raises when the list of available Dynamic Data Sources is updated.
Signature:
unregisterAvailableSourcesChanged(callback: () => void): void;| Parameter | Type | Description |
|---|---|---|
| callback | () => void | Function to remove from the registration. Must be the same it was registered with. |
Returns:
void