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

    Type Alias TraitAssociationSearchData

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

    type TraitAssociationSearchData = {
        author: string;
        genus: string;
        page: number;
        pubId: string;
        species: string;
        traits: string;
        type: string;
    }
    Index

    Properties

    author: string
    genus: string
    page: number
    pubId: string
    species: string
    traits: string
    type: string