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> |