Skip to content
module@warp-drive/core/signals/-leaked

Variable defaultPageHints sincev5.9.0

ts
const defaultPageHints: PageHints;

Defined in: warp-drive-packages/core/src/signals/pagination-cache.ts:41

The default PageHints. Reads currentPage/page and totalPages from the document meta, matching the behavior used before pageHints was configurable. Used whenever the consumer does not provide a pageHints function.

Released under the MIT License.