Skip to main content
Module

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

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
class Pageable
import { Pageable } from "https://deno.land/x/fathym_common@v0.2.22-integration/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.