Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fathym_common/src/common/Pageable.ts>Pageable

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Latest
class Pageable
import { Pageable } from "https://deno.land/x/fathym_common@v0.2.160/src/common/Pageable.ts";

Basic structure for pageable results.

Constructors

new
Pageable()

Properties

Items: T[]

The items for the current paged result.

TotalRecords: number

The total number of records across all pages.