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

    Type Alias PangeneLookupFormData

    The data used to construct the lookup form in the LisPangeneLookupElement template.

    type PangeneLookupFormData = {
        genuses: {
            genus: string;
            species: {
                species: string;
                strains: {
                    assemblies: { annotations: { annotation: ... }[]; assembly: string }[];
                    strain: string;
                }[];
            }[];
        }[];
    }
    Index

    Properties

    Properties

    genuses: {
        genus: string;
        species: {
            species: string;
            strains: {
                assemblies: { annotations: { annotation: ... }[]; assembly: string }[];
                strain: string;
            }[];
        }[];
    }[]