Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • PagingObject

Index

Properties

href

href: string

A link to the Web API endpoint returning the full result of the request

items

items: T[]

The requested data

limit

limit: number

The maximum number of items in the response (as set in the query or by default)

next

next: null | string

URL to the next page of items (null if none)

offset

offset: number

The offset of the items returned (as set in the query or by default)

previous

previous: string

URL to the previous page of items (null if none)

total

total: number

The total number of items available to return

Legend

  • Property

Generated using TypeDoc