Skip to content
module@warp-drive/experiments/pagination @experimental

Type Alias PaginateMode

ts
type PaginateMode = "paged" | "infinite";

Defined in: node_modules/.pnpm/@warp-d_5e1563e0e582c8365bb74466d3761d6d/node_modules/@warp-drive/core/dist/signals/-leaked.d.ts:210

The two navigation surfaces a <Paginate /> component can drive. Selecting one (via the component's @mode arg) narrows the yielded state so the two APIs cannot be mixed:

Released under the MIT License.