Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PageResult<T>

Extends PageData with an optional total count when the server provides it.

Type Parameters

  • T

Hierarchy

Index

Properties

Properties

data: T[]

Items for this page

totalCount: number

Total number of items across all pages (when available)