Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaginationData

Information on how to paginate an array.

Hierarchy

  • PaginationData

Index

Properties

Properties

skip

skip: number

How many items to skip from the start.

take

take: number

How many items to take after skipping skip items. If you want to take all of the items, set this to Infinity.

Generated using TypeDoc