GitHub

DaffSearchProductCollectionChangePageSize

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

class DaffSearchProductCollectionChangePageSize implements DaffCollectionChangePageSize {
  readonly type: DaffSearchProductCollectionActionTypes.SearchProductChangePageSizeAction = DaffSearchProductCollectionActionTypes.SearchProductChangePageSizeAction
  pageSize: number
}

Properties

type
DaffSearchProductCollectionActionTypes.SearchProductChangePageSizeAction
DefaultDaffSearchProductCollectionActionTypes.SearchProductChangePageSizeAction
Description
pageSize
number
Default
Description

The number of items per page.