GitHub

DaffReviewsCollectionChangePageSize

An action for changing the number of items shown on each page for this collection.

import { DaffReviewsCollectionChangePageSize } from '@daffodil/reviews/state'
class DaffReviewsCollectionChangePageSize implements DaffCollectionChangePageSize {
  readonly type: DaffProductReviewsCollectionActionTypes.ChangePageSizeAction
  pageSize: DaffCollectionMetadata['pageSize']
}

Properties

Name Type Description
type DaffProductReviewsCollectionActionTypes.ChangePageSizeAction
pageSize DaffCollectionMetadata['pageSize']