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

    Type Alias QTLSearchFunction

    QTLSearchFunction: (
        searchData: QTLSearchData,
        options: PaginatedSearchOptions,
    ) => Promise<QTLSearchResult[]>

    The signature of the function the LisQTLSearchElement class requires for performing a QTL search.

    Type declaration