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

Home > @vue-storefront/core > UseContentFactoryParams

UseContentFactoryParams interface

Signature:

export interface UseContentFactoryParams<CONTENT, CONTENT_SEARCH_PARAMS, API extends PlatformApi = any> extends FactoryParams<API> 

Extends: FactoryParams

Properties

Property Modifiers Type Description
search (context: Context, params: CONTENT_SEARCH_PARAMS) => Promise<CONTENT>