web / UseProductReviewsReturn
Interface: UseProductReviewsReturn ​
Properties ​
closeReviewModal ​
closeReviewModal:
CloseReviewModal
Defined in ​
apps/web/composables/useProductReviews/types.ts:33
createProductReview ​
createProductReview:
CreateProductReview
Defined in ​
apps/web/composables/useProductReviews/types.ts:26
data ​
data:
Readonly
<Ref
<Review
,Review
>>
Defined in ​
apps/web/composables/useProductReviews/types.ts:21
deleteProductReview ​
deleteProductReview:
DeleteProductReview
Defined in ​
apps/web/composables/useProductReviews/types.ts:25
fetchProductReviews ​
fetchProductReviews:
FetchProductReviews
Defined in ​
apps/web/composables/useProductReviews/types.ts:24
fetchReviews ​
fetchReviews:
FetchReviews
Defined in ​
apps/web/composables/useProductReviews/types.ts:28
isReviewModalOpen ​
isReviewModalOpen:
Readonly
<Ref
<boolean
,boolean
>>
Defined in ​
apps/web/composables/useProductReviews/types.ts:30
loading ​
loading:
Readonly
<Ref
<boolean
,boolean
>>
Defined in ​
apps/web/composables/useProductReviews/types.ts:23
modalType ​
modalType:
Readonly
<Ref
<string
,string
>>
Defined in ​
apps/web/composables/useProductReviews/types.ts:31
openReviewModal ​
openReviewModal:
OpenReviewModal
Defined in ​
apps/web/composables/useProductReviews/types.ts:32
review? ​
optional
review:Readonly
<Ref
<undefined
|null
|ReviewItem
,undefined
|null
|ReviewItem
>>
Defined in ​
apps/web/composables/useProductReviews/types.ts:22
reviewArea ​
reviewArea:
Readonly
<Ref
<null
|HTMLElement
,null
|HTMLElement
>>
Defined in ​
apps/web/composables/useProductReviews/types.ts:29
setProductReview ​
setProductReview:
SetProductReview