Home > @vue-storefront/core > UseSearch
UseSearch interface
Signature:
export interface UseSearch<RESULT, SEARCH_PARAMS>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
error | ComputedProperty<UseSearchErrors> | ||
loading | ComputedProperty<boolean> | ||
result | ComputedProperty<RESULT> |
Methods
Method | Description |
---|---|
search(params) |