Home > @vue-storefront/core > UseCategoryFactoryParams
UseCategoryFactoryParams interface
Signature:
export interface UseCategoryFactoryParams<CATEGORY, CATEGORY_SEARCH_PARAMS, API extends PlatformApi = any> extends FactoryParams<API>
Extends: FactoryParams
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
categorySearch | (context: Context, params: CATEGORY_SEARCH_PARAMS & { customQuery?: CustomQuery; }) => Promise<CATEGORY[]> |