Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaginationParams

Hierarchy

  • PaginationParams

Index

Properties

Properties

Optional Readonly cursor

cursor: undefined | { after?: undefined | number; before?: undefined | number }

A map that indicates the starting/ending point from which objects are returned. The cursor value is an internally tracked integer that doesn't correspond to any Ids

Optional Readonly page_size

page_size: undefined | number

Number of items in a paged list of results.

default

30

Generated using TypeDoc