import { DaffSearchProductCollectionChangeCurrentPage } from '@daffodil/search-product/state'
class DaffSearchProductCollectionChangeCurrentPage implements DaffCollectionChangeCurrentPage {
readonly type: DaffSearchProductCollectionActionTypes.SearchProductChangeCurrentPageAction = DaffSearchProductCollectionActionTypes.SearchProductChangeCurrentPageAction
currentPage: number
}
DaffSearchProductCollectionActionTypes.SearchProductChangeCurrentPageAction
Default | DaffSearchProductCollectionActionTypes.SearchProductChangeCurrentPageAction |
---|---|
Description |
number
Default | – |
---|---|
Description | The current page of items for this collection. |