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

    Type Alias TraitSearchResult

    A single result of a trait search performed by the LisTraitSearchElement class.

    type TraitSearchResult = {
        description: string;
        identifier: string;
        name: string;
    }
    Index

    Properties

    description: string
    identifier: string
    name: string