Function: offsetPage()
offsetPage<
T>(items,total,params):OffsetPage<T>
Defined in: ts/src/pages.ts:32
Build an OffsetPage from page items, the match total, and the params.
Type Parameters
T
T
Parameters
items
T[]
total
number
params
Returns
OffsetPage<T>