PublicationSearchFunction: ((searchData, options) => Promise<PublicationSearchResult[]>)

The signature of the function the LisPublicationSearchElement class requires for performing a Publication search.

Type declaration

Returns

A Promise that resolves to an Array of PublicationSearchResult objects.

Generated using TypeDoc