GeneSearchFormData: {
    genuses: {
        genus: string;
        species: {
            species: string;
            strains: {
                strain: string;
            }[];
        }[];
    }[];
}

The data used to construct the search form in the LisGeneSearchElement template.

Type declaration

  • genuses: {
        genus: string;
        species: {
            species: string;
            strains: {
                strain: string;
            }[];
        }[];
    }[]

Generated using TypeDoc