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

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

Type declaration

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

Generated using TypeDoc