You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UseFacetFactoryParams

UseFacetFactoryParams interface

Signature:

export interface UseFacetFactoryParams<SEARCH_DATA> extends FactoryParams 

Extends: FactoryParams

Properties

Property Modifiers Type Description
search (context: Context, params?: FacetSearchResult<SEARCH_DATA>) => Promise<SEARCH_DATA>