web / UseProductReviewsState
Interface: UseProductReviewsState ​
Defined in: apps/web/app/composables/useProductReviews/types.ts:3
Properties ​
authenticatedData ​
authenticatedData:
Review
Defined in: apps/web/app/composables/useProductReviews/types.ts:5
data ​
data:
Review
Defined in: apps/web/app/composables/useProductReviews/types.ts:4
isReviewModalOpen ​
isReviewModalOpen:
boolean
Defined in: apps/web/app/composables/useProductReviews/types.ts:9
loading ​
loading:
boolean
Defined in: apps/web/app/composables/useProductReviews/types.ts:6
modalType ​
modalType:
string
Defined in: apps/web/app/composables/useProductReviews/types.ts:10
review? ​
optionalreview:ReviewItem|null
Defined in: apps/web/app/composables/useProductReviews/types.ts:7
reviewArea ​
reviewArea:
HTMLElement|null
Defined in: apps/web/app/composables/useProductReviews/types.ts:8