collectype

collectype v0.11.0


collectype / types/info / PageState

Type Alias: PageState

PageState = object

Defined in: types/info.ts:6

Pagination state information.

Properties

current

current: number

Defined in: types/info.ts:7


perPage

perPage: number

Defined in: types/info.ts:8


startIndex

startIndex: number

Defined in: types/info.ts:9


endIndex

endIndex: number

Defined in: types/info.ts:10


totalPages

totalPages: number

Defined in: types/info.ts:11


totalItems

totalItems: number

Defined in: types/info.ts:12