Home > @vue-storefront/core > UseSearchFactoryParams
UseSearchFactoryParams interface
Signature:
export interface UseSearchFactoryParams<RESULT, SEARCH_PARAMS> extends FactoryParams
Extends: FactoryParams
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
search | (context: Context, params: SEARCH_PARAMS & { customQuery?: CustomQuery; }) => Promise<RESULT> |