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

    Type Alias PublicationSearchData

    The data that will be passed to the search function by the LisPublicationSearchElement class when a search is performed.

    type PublicationSearchData = {
        page: number;
        query: string;
    }
    Index

    Properties

    Properties

    page: number
    query: string