Type alias SearchResults<SearchResult>

SearchResults<SearchResult>: {
    results: SearchResult[];
}

The type of object a component that uses the LisSearchMixin mixin expects back when it performs a search.

Type Parameters

  • SearchResult

    The type to expect in the results array of a search results object.

Type declaration

Generated using TypeDoc