Params for paging operations

IPagingParams can also be imported from the following packages:

import { IPagingParams } from "@esri/arcgis-rest-portal";
interface IPagingParams {
    num?: number;
    start?: number;
}

Properties

Properties

num?: number
start?: number