GitHub

DaffOrderCollectionChangePageSize

import { DaffOrderCollectionChangePageSize } from '@daffodil/order/state'

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

class DaffOrderCollectionChangePageSize implements DaffCollectionChangePageSize {
  readonly type: DaffOrderCollectionActionTypes.ChangePageSizeAction = DaffOrderCollectionActionTypes.ChangePageSizeAction
  pageSize: number
  cartId: string
}