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

sp component base.dynamicdataprovider.unregisteravailablesourceschanged

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

Home > @microsoft/sp-component-base > DynamicDataProvider > unregisterAvailableSourcesChanged

DynamicDataProvider.unregisterAvailableSourcesChanged() method

Unregisters a callback to an event that raises when the list of available Dynamic Data Sources is updated.

Signature:

unregisterAvailableSourcesChanged(callback: () => void): void;

Parameters

Parameter Type Description
callback () => void Function to remove from the registration. Must be the same it was registered with.

Returns:

void

Clone this wiki locally