@legumeinfo/web-components
    Preparing search index...

    Type Alias DownloadFunction<SearchData>

    DownloadFunction: (
        searchData: SearchData,
        options: PaginatedSearchOptions,
    ) => Promise<DownloadResults>

    The signature of the optional download function available in components that use the LisPaginatedSearchMixin mixin.

    Type Parameters

    • SearchData

      The type of data that will be given to the search function.

    Type declaration