GitHub

DaffOrderCollectionChangePageSize

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

import { DaffOrderCollectionChangePageSize } from '@daffodil/order/state'
class DaffOrderCollectionChangePageSize implements DaffCollectionChangePageSize {
  readonly type: DaffOrderCollectionActionTypes.ChangePageSizeAction
  pageSize: DaffCollectionMetadata['pageSize']
  cartId: DaffCart['id']
}

Properties

Name Type Description
type DaffOrderCollectionActionTypes.ChangePageSizeAction
pageSize DaffCollectionMetadata['pageSize']
cartId DaffCart['id']