UNPKG

@empathyco/x-components

Version:
28 lines (23 loc) 811 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [PlatformSearchResponse](./x-adapter-platform.platformsearchresponse.md) &gt; [catalog](./x-adapter-platform.platformsearchresponse.catalog.md) ## PlatformSearchResponse.catalog property **Signature:** ```typescript catalog: { content: PlatformResult[]; facets: PlatformFacet[]; numFound: number; spellchecked: string; partials: PlatformPartialResult[]; tagging: { query: string; display: string; }; stats: { price: { min: number; max: number; }; }; }; ```