GitHub

DaffCollectionChangePageSize

An action for changing the number of items shown on each page for this collection.

import { DaffCollectionChangePageSize } from '@daffodil/core/state'
interface DaffCollectionChangePageSize {
  readonly pageSize: DaffCollectionMetadata['pageSize']
}

Properties

Name Type Description
pageSize DaffCollectionMetadata['pageSize']

The number of items per page.