You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UseReview

UseReview interface

Signature:

export interface UseReview<REVIEW, REVIEWS_SEARCH_PARAMS, REVIEW_ADD_PARAMS, API extends PlatformApi = any> extends Composable<API> 

Extends: Composable

Properties

Property Modifiers Type Description
error ComputedProperty<UseReviewErrors>
loading ComputedProperty<boolean>
reviews ComputedProperty<REVIEW>

Methods

Method Description
addReview(params)
search(params)