GitHub

DaffSearchProductCollectionChangeCurrentPage

import { DaffSearchProductCollectionChangeCurrentPage } from '@daffodil/search-product/state'
class DaffSearchProductCollectionChangeCurrentPage implements DaffCollectionChangeCurrentPage {
  readonly type: DaffSearchProductCollectionActionTypes.SearchProductChangeCurrentPageAction
  currentPage: number
}

Properties

Name Type Description
type DaffSearchProductCollectionActionTypes.SearchProductChangeCurrentPageAction
currentPage number

The current page of items for this collection.