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

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