Home > @shopware-pwa/composables > IUseProductQuickSearch
# IUseProductQuickSearch interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IUseProductQuickSearch
# Properties
Property | Type | Description |
---|---|---|
getProducts | ComputedRef<Product[]> | (BETA) |
getTotal | ComputedRef<number> | (BETA) |
loading | ComputedRef<boolean> | (BETA) |
loadMore | () => Promise<void> | (BETA) |
search | (additionalCriteria?: Partial<ShopwareSearchParams>) => Promise<void> | (BETA) |
searchTerm | Ref<string> | (BETA) |