GitHub

DaffCollectionChangeCurrentPage

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

An action for changing the current page of items for this collection.

interface DaffCollectionChangeCurrentPage {
  readonly currentPage: number
}

Properties

currentPage
number

The current page of items for this collection.