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

    Type Alias GeneFormDataFunction

    GeneFormDataFunction: (
        options: GeneFormDataOptions,
    ) => Promise<GeneSearchFormData>

    The type signature of a function that may be used to load the data used to construct the search form in the LisGeneSearchElement template.

    Type declaration