TraitSearchFunction: ((searchData, options) => Promise<TraitSearchResult[]>)

The signature of the function the LisTraitSearchElement class requires for performing a trait search.

Type declaration

Returns

A Promise that resolves to an Array of TraitSearchResult objects.

Generated using TypeDoc