Interface UmbSearchDataSource<SearchResultItemType, RequestArgsType>

interface UmbSearchDataSource<
    SearchResultItemType extends UmbSearchResultItemModel,
    RequestArgsType extends UmbSearchRequestArgs = UmbSearchRequestArgs,
> {
    search(
        args: RequestArgsType,
    ): Promise<UmbDataSourceResponse<UmbPagedModel<SearchResultItemType>>>;
}

Type Parameters

Methods

Methods

MMNEPVFCICPMFPCPTTAAATR