Skip to content

CursorPage

Defined in: packages/core/src/pagination/PaginationHelper.ts:38

Represents one page of results from a cursor-paginated Atlassian API endpoint. Used by some Confluence v2 endpoints.

T

optional _links?: object

Defined in: packages/core/src/pagination/PaginationHelper.ts:42

HAL-style links object — next contains the URL of the next page if present

optional next?: string


results: T[]

Defined in: packages/core/src/pagination/PaginationHelper.ts:40

Items on this page