GitHub

DaffSearchProductCollectionChangeCurrentPage

import { DaffSearchProductCollectionChangeCurrentPage } from '@daffodil/search-product/state'

class DaffSearchProductCollectionChangeCurrentPage implements DaffCollectionChangeCurrentPage {
  readonly type: DaffSearchProductCollectionActionTypes.SearchProductChangeCurrentPageAction = DaffSearchProductCollectionActionTypes.SearchProductChangeCurrentPageAction
  currentPage: number
}

Properties

type
DaffSearchProductCollectionActionTypes.SearchProductChangeCurrentPageAction
DefaultDaffSearchProductCollectionActionTypes.SearchProductChangeCurrentPageAction
Description
currentPage
number
Default
Description

The current page of items for this collection.