web / UseProducts
Interface: UseProducts ​
Properties ​
currentProduct ​
currentProduct:
Readonly
<Ref
<Product
,Product
>>
Defined in ​
apps/web/composables/useProducts/types.ts:17
data ​
data:
Readonly
<Ref
<Facet
,Facet
>>
Defined in ​
apps/web/composables/useProducts/types.ts:14
fetchProducts ​
fetchProducts:
FetchProducts
Defined in ​
apps/web/composables/useProducts/types.ts:18
loading ​
loading:
Readonly
<Ref
<boolean
,boolean
>>
Defined in ​
apps/web/composables/useProducts/types.ts:15
productsPerPage ​
productsPerPage:
Readonly
<Ref
<number
,number
>>
Defined in ​
apps/web/composables/useProducts/types.ts:16
setCurrentProduct ​
setCurrentProduct:
SetCurrentProduct