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