DaffCollectionChangeCurrentPage
An action for changing the current page of items for this collection.
import { DaffCollectionChangeCurrentPage } from '@daffodil/core/state'
interface DaffCollectionChangeCurrentPage {
readonly currentPage: DaffCollectionMetadata['currentPage']
}
Properties
Name | Type | Description |
---|---|---|
currentPage | DaffCollectionMetadata['currentPage'] | The current page of items for this collection. |