GitHub

DaffOrderCollectionChangeCurrentPage

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

import { DaffOrderCollectionChangeCurrentPage } from '@daffodil/order/state'
class DaffOrderCollectionChangeCurrentPage implements DaffCollectionChangeCurrentPage {
  readonly type: DaffOrderCollectionActionTypes.ChangeCurrentPageAction
  currentPage: DaffCollectionMetadata['currentPage']
  cartId: DaffCart['id']
}

Properties

Name Type Description
type DaffOrderCollectionActionTypes.ChangeCurrentPageAction
currentPage DaffCollectionMetadata['currentPage']
cartId DaffCart['id']