Page
このコンテンツはまだ日本語訳がありません。
Page<
T> =object
Defined in: packages/core/src/types.ts:145
Cursor-based pagination wrapper.
hasMore indicates whether additional pages exist.
Pass cursor to the next call to fetch the next page.
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”cursor?
Section titled “cursor?”
optionalcursor:string
Defined in: packages/core/src/types.ts:147
hasMore
Section titled “hasMore”hasMore:
boolean
Defined in: packages/core/src/types.ts:149
items:
T[]
Defined in: packages/core/src/types.ts:146
total?
Section titled “total?”
optionaltotal:number
Defined in: packages/core/src/types.ts:148