GitHub

DaffOrderCollectionChangeCurrentPage

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

An action for changing the current page of items for this collection.

class DaffOrderCollectionChangeCurrentPage implements DaffCollectionChangeCurrentPage {
  readonly type: DaffOrderCollectionActionTypes.ChangeCurrentPageAction = DaffOrderCollectionActionTypes.ChangeCurrentPageAction
  currentPage: number
  cartId: string
}