import { DaffCollectionChangeCurrentPage } from '@daffodil/core/state'
An action for changing the current page of items for this collection.
interface DaffCollectionChangeCurrentPage {
readonly currentPage: number
}
currentPage number |
---|
The current page of items for this collection. |