GitHub

DaffReviewsCollectionChangeSortingOption

import { DaffReviewsCollectionChangeSortingOption } from '@daffodil/reviews/state'

An action for changing the sorting option for this collection.

class DaffReviewsCollectionChangeSortingOption implements DaffCollectionChangeSortingOption {
  readonly type: DaffProductReviewsCollectionActionTypes.ChangeSortingAction = DaffProductReviewsCollectionActionTypes.ChangeSortingAction
  sort: { option: any; direction: DaffSortDirectionEnum; }
}