Interface UmbSearchDataSource<SearchResultItemType>

interface UmbSearchDataSource<SearchResultItemType> {
    search(args: UmbSearchRequestArgs): Promise<UmbDataSourceResponse<UmbPagedModel<SearchResultItemType>>>;
}

Type Parameters

Methods

Methods

""