@umbraco-cms/backoffice

    Interface UmbSearchDataSource<SearchResultItemType, RequestArgsType>

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

    Type Parameters

    Index

    Methods

    Methods

    MMNEPVFCICPMFPCPTTAAATR