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

    Type Alias PangeneSearchFunction

    PangeneSearchFunction: (
        searchData: PangeneLookupData,
        options: PaginatedSearchOptions,
    ) => Promise<PangeneLookupResult[]>

    The signature of the function the LisPangeneLookupElement class requires for performing a pangene lookup.

    Type declaration