GitHub

DaffCollectionChangePageSize

import { DaffCollectionChangePageSize } from '@daffodil/core/state'

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

interface DaffCollectionChangePageSize {
  readonly pageSize: number
}

Properties

pageSize
number

The number of items per page.