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

    Type Alias PangeneLookupData

    PangeneLookupData: {
        annotation: string;
        assembly: string;
        genes: string[];
        genus: string;
        species: string;
        strain: string;
    } & PaginatedSearchData

    The data that will be passed to the lookup function by the LisPangeneLookupElement class when a lookup is performed.