GitHub

DaffSearchProductCollectionChangePageSize

import { DaffSearchProductCollectionChangePageSize } from '@daffodil/search-product/state'
class DaffSearchProductCollectionChangePageSize implements DaffCollectionChangePageSize {
  readonly type: DaffSearchProductCollectionActionTypes.SearchProductChangePageSizeAction
  pageSize: number
}

Properties

Name Type Description
type DaffSearchProductCollectionActionTypes.SearchProductChangePageSizeAction
pageSize number

The number of items per page.