DaffReviewsProductListSuccess
An action called when listing the reviews for a product succeeded.
import { DaffReviewsProductListSuccess } from '@daffodil/reviews/state'
class DaffReviewsProductListSuccess<<T extends DaffProductReview = DaffProductReview>> implements Action {
readonly type: DaffReviewsProductActionTypes.ListSuccessAction
payload: DaffProductReviews<T>
}
Properties
Name | Type | Description |
---|---|---|
type | DaffReviewsProductActionTypes.ListSuccessAction | |
payload | DaffProductReviews<T> |