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

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)