Skip to content

Function: searchDatasets() ​

ts
function searchDatasets(keyword: string): Promise<CmsDatasetSummary[]>;

Defined in: cms/sdk.ts:179

Search CMS Provider Data catalog by keyword.

Parameters ​

ParameterType
keywordstring

Returns ​

Promise<CmsDatasetSummary[]>

Released under the MIT License.