Skip to main content

PagedCollection

@auvious/common / Exports / PagedCollection

Class: PagedCollection<T>

Type parameters

Name
T

Hierarchy

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new PagedCollection<T>(args)

Type parameters

Name
T

Parameters

NameType
argsany

Overrides

ApiResourceModel.constructor

Properties

content

content: T[]

Implementation of

IPagedCollection.content


first

first: boolean

Implementation of

IPagedCollection.first


last

last: boolean

Implementation of

IPagedCollection.last


number

number: number

Implementation of

IPagedCollection.number


numberOfElements

numberOfElements: number

Implementation of

IPagedCollection.numberOfElements


size

size: number

Implementation of

IPagedCollection.size


sort

sort: string

Implementation of

IPagedCollection.sort


totalElements

totalElements: number

Implementation of

IPagedCollection.totalElements


totalPages

totalPages: number

Implementation of

IPagedCollection.totalPages