IPagedResponse

Interface

Paging properties for paged responses.

IPagedResponse can also be imported from the following packages:

import { IPagedResponse } from "@esri/arcgis-rest-portal";

Extends

Properties

Property Type Notes
nextStart number

next entry index or -1 for the last page

total number

total number of object across all pages

num Optional Inherited number
start Optional Inherited number

Interface defined in packages/arcgis-rest-types/src/webmap.ts:130