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.
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”_links?
Section titled “_links?”
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
optionalnext?:string
results
Section titled “results”results:
T[]
Defined in: packages/core/src/pagination/PaginationHelper.ts:40
Items on this page