Options
All
  • Public
  • Public/Protected
  • All
Menu

Cursors that can be used for pagination.

Hierarchy

  • ICursors

Index

Properties

first: string

A cursor that can be used to retrieve the first page.

last: string

A cursor that can be used to retrieve the last page.

next?: string

A cursor that can be used to retrieve the next page. The absence of this property indicates that this is the last page.

prev?: string

A cursor that can be used to retrieve the previous page. The absence of this property indicates that this is the first page.

Generated using TypeDoc