web / UseProducts
Interface: UseProducts ​
Defined in: composables/useProducts/types.ts:14
Properties ​
currentProduct ​
currentProduct:
Readonly<Ref<UseProductsState["currentProduct"]>>
Defined in: composables/useProducts/types.ts:18
data ​
data:
Readonly<Ref<UseProductsState["data"]>>
Defined in: composables/useProducts/types.ts:15
fetchProducts ​
fetchProducts:
FetchProducts
Defined in: composables/useProducts/types.ts:19
loadFakeGlobalCategoryData ​
loadFakeGlobalCategoryData:
LoadFakeGlobalCategoryData
Defined in: composables/useProducts/types.ts:21
loading ​
loading:
Readonly<Ref<boolean>>
Defined in: composables/useProducts/types.ts:16
productsPerPage ​
productsPerPage:
Readonly<Ref<number>>
Defined in: composables/useProducts/types.ts:17
setCurrentProduct ​
setCurrentProduct:
SetCurrentProduct
Defined in: composables/useProducts/types.ts:20