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

    Type Alias QTLSearchData

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

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

    Properties

    Properties

    page: number
    query: string