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 > tryGetSource
Returns a Dynamic Data Source, by its id. If the source is not present, it returns undefined.
Signature:
tryGetSource(id: string): IDynamicDataSource | undefined;
Returns:
IDynamicDataSource | undefined
Home